From ee42c9bfe64224ab915e98d3b203fee803072b4b Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 19 Jan 2024 19:23:58 +0100 Subject: [PATCH] docs: re-use original permalinks (#1610) Signed-off-by: Ettore Di Giacinto --- docs/content/docs/faq.md | 1 + docs/content/docs/features/GPU-acceleration.md | 1 + docs/content/docs/features/_index.en.md | 1 + docs/content/docs/features/audio-to-text.md | 1 + docs/content/docs/features/constrained_grammars.md | 1 + docs/content/docs/features/embeddings.md | 1 + docs/content/docs/features/gpt-vision.md | 1 + docs/content/docs/features/image-generation.md | 1 + docs/content/docs/features/openai-functions.md | 1 + docs/content/docs/features/text-generation.md | 1 + docs/content/docs/features/text-to-audio.md | 1 + docs/content/docs/reference/compatibility-table.md | 1 + 12 files changed, 12 insertions(+) diff --git a/docs/content/docs/faq.md b/docs/content/docs/faq.md index 620ede79..49a3b20a 100644 --- a/docs/content/docs/faq.md +++ b/docs/content/docs/faq.md @@ -4,6 +4,7 @@ disableToc = false title = "FAQ" weight = 24 icon = "quiz" +url = "/faq/" +++ ## Frequently asked questions diff --git a/docs/content/docs/features/GPU-acceleration.md b/docs/content/docs/features/GPU-acceleration.md index eda2bd51..cef08e71 100644 --- a/docs/content/docs/features/GPU-acceleration.md +++ b/docs/content/docs/features/GPU-acceleration.md @@ -2,6 +2,7 @@ disableToc = false title = "⚡ GPU acceleration" weight = 9 +url = "/features/gpu-acceleration/" +++ {{% alert context="warning" %}} diff --git a/docs/content/docs/features/_index.en.md b/docs/content/docs/features/_index.en.md index 3fc2fd47..ddd106f5 100644 --- a/docs/content/docs/features/_index.en.md +++ b/docs/content/docs/features/_index.en.md @@ -4,4 +4,5 @@ disableToc = false title = "Features" weight = 8 icon = "feature_search" +url = "/features/" +++ diff --git a/docs/content/docs/features/audio-to-text.md b/docs/content/docs/features/audio-to-text.md index 06998fc4..db8aa1e7 100644 --- a/docs/content/docs/features/audio-to-text.md +++ b/docs/content/docs/features/audio-to-text.md @@ -2,6 +2,7 @@ disableToc = false title = "🔈 Audio to text" weight = 16 +url = "/features/audio-to-text/" +++ Audio to text models are models that can generate text from an audio file. diff --git a/docs/content/docs/features/constrained_grammars.md b/docs/content/docs/features/constrained_grammars.md index 35600170..9aa9279e 100644 --- a/docs/content/docs/features/constrained_grammars.md +++ b/docs/content/docs/features/constrained_grammars.md @@ -3,6 +3,7 @@ disableToc = false title = "✍️ Constrained grammars" weight = 15 +url = "/features/constrained_grammars/" +++ The chat endpoint accepts an additional `grammar` parameter which takes a [BNF defined grammar](https://en.wikipedia.org/wiki/Backus%E2%80%93Naur_form). diff --git a/docs/content/docs/features/embeddings.md b/docs/content/docs/features/embeddings.md index c07e19c9..ae8d2c78 100644 --- a/docs/content/docs/features/embeddings.md +++ b/docs/content/docs/features/embeddings.md @@ -3,6 +3,7 @@ disableToc = false title = "🧠 Embeddings" weight = 13 +url = "/features/embeddings/" +++ LocalAI supports generating embeddings for text or list of tokens. diff --git a/docs/content/docs/features/gpt-vision.md b/docs/content/docs/features/gpt-vision.md index 559560d8..543e5df3 100644 --- a/docs/content/docs/features/gpt-vision.md +++ b/docs/content/docs/features/gpt-vision.md @@ -3,6 +3,7 @@ disableToc = false title = "🆕 GPT Vision" weight = 14 +url = "/features/gpt-vision/" +++ {{% alert note %}} diff --git a/docs/content/docs/features/image-generation.md b/docs/content/docs/features/image-generation.md index 5a3b5988..5bd12575 100644 --- a/docs/content/docs/features/image-generation.md +++ b/docs/content/docs/features/image-generation.md @@ -3,6 +3,7 @@ disableToc = false title = "🎨 Image generation" weight = 12 +url = "/features/image-generation/" +++ ![anime_girl](https://github.com/go-skynet/LocalAI/assets/2420543/8aaca62a-e864-4011-98ae-dcc708103928) diff --git a/docs/content/docs/features/openai-functions.md b/docs/content/docs/features/openai-functions.md index 1dc58882..3f47898f 100644 --- a/docs/content/docs/features/openai-functions.md +++ b/docs/content/docs/features/openai-functions.md @@ -3,6 +3,7 @@ disableToc = false title = "🔥 OpenAI functions" weight = 17 +url = "/features/openai-functions/" +++ LocalAI supports running OpenAI functions with `llama.cpp` compatible models. diff --git a/docs/content/docs/features/text-generation.md b/docs/content/docs/features/text-generation.md index ab69caea..bc512060 100644 --- a/docs/content/docs/features/text-generation.md +++ b/docs/content/docs/features/text-generation.md @@ -3,6 +3,7 @@ disableToc = false title = "📖 Text generation (GPT)" weight = 10 +url = "/features/text-generation/" +++ LocalAI supports generating text with GPT with `llama.cpp` and other backends (such as `rwkv.cpp` as ) see also the [Model compatibility]({{%relref "docs/reference/compatibility-table" %}}) for an up-to-date list of the supported model families. diff --git a/docs/content/docs/features/text-to-audio.md b/docs/content/docs/features/text-to-audio.md index 40e242ae..68dfbaad 100644 --- a/docs/content/docs/features/text-to-audio.md +++ b/docs/content/docs/features/text-to-audio.md @@ -3,6 +3,7 @@ disableToc = false title = "🗣 Text to audio (TTS)" weight = 11 +url = "/features/text-to-audio/" +++ The `/tts` endpoint can be used to generate speech from text. diff --git a/docs/content/docs/reference/compatibility-table.md b/docs/content/docs/reference/compatibility-table.md index 123a6726..3f46dadd 100644 --- a/docs/content/docs/reference/compatibility-table.md +++ b/docs/content/docs/reference/compatibility-table.md @@ -3,6 +3,7 @@ disableToc = false title = "Model compatibility table" weight = 24 +url = "/model-compatibility/" +++ Besides llama based models, LocalAI is compatible also with other architectures. The table below lists all the compatible models families and the associated binding repository.