From f390fe2426fb82aae76d56e36579a1e1cfe0369a Mon Sep 17 00:00:00 2001 From: lyie28 Date: Fri, 19 Apr 2024 16:13:58 +0200 Subject: [PATCH] fix links --- docs/docs/integrations/home.md | 10 +++++----- mkdocs.yml | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/docs/integrations/home.md b/docs/docs/integrations/home.md index 94f07465..1c2a566f 100644 --- a/docs/docs/integrations/home.md +++ b/docs/docs/integrations/home.md @@ -8,8 +8,8 @@ Note that LaVague is compatible with any `LlamaIndex.llm`! | LaVague tool | Build (CLI) | Launch (CLI) | |----------------------|:-----------:|:------------:| -| [LiteLLM](https://docs.lavague.ai/en/latest/docs/integrations/litellm/) | ✅ | ✅ | -| [OpenAI](https://docs.lavague.ai/en/latest/docs/integrations/openai/) | ✅ | ✅ | -| [Azure OpenAI](https://docs.lavague.ai/en/latest/docs/integrations/azure-openai/) | ✅ | ✅ | -| [Deepseek coder (local)](https://docs.lavague.ai/en/latest/docs/integrations/local-inference/) | ✅ | ✅ | -| [HuggingFace API](https://docs.lavague.ai/en/latest/docs/integrations/hugging-face-api/) | ✅ | ✅ | \ No newline at end of file +| [LiteLLM](https://docs.lavague.ai/en/latest/docs/integrations/api/litellm/) | ✅ | ✅ | +| [OpenAI](https://docs.lavague.ai/en/latest/docs/integrations/api/openai/) | ✅ | ✅ | +| [Azure OpenAI](https://docs.lavague.ai/en/latest/docs/integrations/api/azure-openai/) | ✅ | ✅ | +| [Deepseek coder (local)](https://docs.lavague.ai/en/latest/docs/integrations/local/local-inference/) | ✅ | ✅ | +| [HuggingFace API](https://docs.lavague.ai/en/latest/docs/integrations/api/hugging-face/) | ✅ | ✅ | \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 50883701..aa670b5b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -105,11 +105,11 @@ nav: - Overview: 'docs/integrations/home.md' - Api: - Azure OpenAI: 'docs/integrations/api/azure-openai.ipynb' - - HuggingFace: 'docs/integrations/hugging-face-api.ipynb' - - OpenAI: 'docs/integrations/openai.ipynb' - - Litellm: 'docs/integrations/litellm.ipynb' + - HuggingFace: 'docs/integrations/api/hugging-face.ipynb' + - OpenAI: 'docs/integrations/api/openai.ipynb' + - Litellm: 'docs/integrations/api/litellm.ipynb' - Local: - - DeepSeek Coder: 'docs/integrations/local-inference.ipynb' + - DeepSeek Coder: 'docs/integrations/local/local-inference.ipynb' - ⚡ Advanced: - Architecture: 'docs/get-started/architecture.md'