diff --git a/docs/content/docs/faq.md b/docs/content/docs/faq.md index 620ede79c..49a3b20ad 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 eda2bd510..cef08e71f 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 3fc2fd471..ddd106f5a 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 06998fc43..db8aa1e74 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 356001705..9aa9279ee 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 c07e19c90..ae8d2c786 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 559560d8f..543e5df3f 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 5a3b5988f..5bd12575f 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 1dc588825..3f47898f8 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 ab69caea1..bc512060f 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 40e242ae1..68dfbaade 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 123a6726e..3f46dadd3 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.