From 0a43b0d0e4a4eec8c16b1fe83b304ed0627ffa05 Mon Sep 17 00:00:00 2001 From: innovation64 Date: Wed, 27 Mar 2024 21:58:41 +0800 Subject: [PATCH] =?UTF-8?q?chore=EF=BC=9A=20update=20=5Ftoctree.yal=20in?= =?UTF-8?q?=20zh-CN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notebooks/zh-CN/_toctree.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/notebooks/zh-CN/_toctree.yml b/notebooks/zh-CN/_toctree.yml index b17917d8..37dfa53a 100644 --- a/notebooks/zh-CN/_toctree.yml +++ b/notebooks/zh-CN/_toctree.yml @@ -2,6 +2,8 @@ sections: - local: index title: 开源 AI 指南 (Cookbook) + - local: rag_with_hugging_face_gemma_mongodb + title: 用 Gemma, MongoDB 和开源模型构建 RAG 系统 - local: automatic_embedding_tei_inference_endpoints title: 通过推理端点使用 TEI 自动嵌入 - local: faiss_with_hf_datasets_and_clip @@ -10,6 +12,8 @@ title: 在单个 GPU 上针对自定义代码微调代码 LLM - local: rag_zephyr_langchain title: 用 Hugging Face Zephyr 和 LangChain 针对 Github issues 构建简单的 RAG + - local: rag_llamaindex_librarian + title: 用 LlamaIndex 构建一个 RAG 电子书库智能助手 - local: advanced_rag title: 使用 LangChain 在 HuggingFace 文档上构建高级 RAG - local: rag_evaluation