feat: nav

pull/42/head
Yeuoly 2024-03-12 13:58:41 +08:00
parent 938858a11e
commit b17963c32a
No known key found for this signature in database
GPG Key ID: A66E7E320FB19F61
2 changed files with 4 additions and 0 deletions

View File

@ -79,6 +79,8 @@
* [LocalAI](tutorials/model-configuration/localai.md)
* [Ollama](tutorials/model-configuration/ollama.md)
* [Vector Database Migrate Tool](tutorials/vector-database-migrate-tool.md)
* [Connecting with Different Tools](tutorials/tool-configuration/README.md)
* [Stable Diffusion](tutorials/tool-configuration/stable-diffusion.md)
## Community

View File

@ -49,6 +49,8 @@
* [接入 OpenLLM 部署的本地模型](guides/model-configuration/openllm.md)
* [接入 LocalAI 部署的本地模型](guides/model-configuration/localai.md)
* [接入 Ollama 部署的本地模型](guides/model-configuration/ollama.md)
* [工具配置](guides/tools/tool-configuration/README.md)
* [StableDiffusion](guides/tools/tool-configuration/stable-diffusion.md)
* [知识库](guides/knowledge-base/README.md)
* [从 Notion 导入数据](guides/knowledge-base/sync-from-notion.md)
* [通过 API 维护数据集](guides/knowledge-base/maintain-dataset-via-api.md)