Skip to content

Commit 5c04d93

Browse files
authored
Merge pull request huggingface#134 from harheem/ko-advanced-rag
Add first Korean cookbook
2 parents 7867a22 + 737cce4 commit 5c04d93

File tree

5 files changed

+12953
-2
lines changed

5 files changed

+12953
-2
lines changed

.github/workflows/build_documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
package_name: cookbook
1818
path_to_docs: cookbook/notebooks/
1919
additional_args: --not_python_module
20-
languages: en zh-CN
20+
languages: en zh-CN ko
2121
convert_notebooks: true
2222
secrets:
2323
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}

.github/workflows/build_pr_documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
package_name: cookbook
2121
path_to_docs: cookbook/notebooks/
2222
additional_args: --not_python_module
23-
languages: en zh-CN
23+
languages: en zh-CN ko
2424
convert_notebooks: true

notebooks/ko/_toctree.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
- title: 오픈소스 AI Cookbook
2+
isExpanded: True
3+
sections:
4+
- local: index
5+
title: 오픈소스 AI Cookbook
6+
7+
- title: LLM 레시피
8+
isExpanded: false
9+
sections:
10+
- local: advanced_ko_rag
11+
title: 한국어로 Advanced RAG 구현하기 - Hugging Face와 LangChain을 활용한 Cookbook

0 commit comments

Comments
 (0)