Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add Cookbook Chinese version #40

Merged
merged 10 commits into from
Feb 26, 2024
4 changes: 4 additions & 0 deletions notebooks/zh-CN/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
sections:
- local: index
title: 开源 AI 食谱
innovation64 marked this conversation as resolved.
Show resolved Hide resolved
- local: automatic_embedding_tei_inference_endpoints
title: 通过推理端点使用 TEI 自动嵌入
- local: faiss_with_hf_datasets_and_clip
title: 用 🤗 transformers, 🤗 datasets 和 FAISS 嵌入多模态数据进行相似度搜索
- local: fine_tuning_code_llm_on_single_gpu
title: 在单个 GPU 上针对自定义代码微调代码 LLM
- local: rag_zephyr_langchain
title: 用 Hugging Face Zephyr 和 LangChain 针对 Github issues 构建简单的 RAG
- local: advanced_rag
Expand Down
2 changes: 1 addition & 1 deletion notebooks/zh-CN/advanced_rag.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"source": [
"# 使用 LangChain 在 HuggingFace 文档上构建高级 RAG\n",
"作者: [Aymeric Roucher](https://huggingface.co/m-ric)_"
"_作者: [Aymeric Roucher](https://huggingface.co/m-ric)_"
]
},
{
Expand Down
Loading
Loading