Skip to content

Commit

Permalink
Merge pull request #134 from harheem/ko-advanced-rag
Browse files Browse the repository at this point in the history
Add first Korean cookbook
  • Loading branch information
stevhliu authored Sep 13, 2024
2 parents 7867a22 + 737cce4 commit 5c04d93
Show file tree
Hide file tree
Showing 5 changed files with 12,953 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
package_name: cookbook
path_to_docs: cookbook/notebooks/
additional_args: --not_python_module
languages: en zh-CN
languages: en zh-CN ko
convert_notebooks: true
secrets:
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}
2 changes: 1 addition & 1 deletion .github/workflows/build_pr_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
package_name: cookbook
path_to_docs: cookbook/notebooks/
additional_args: --not_python_module
languages: en zh-CN
languages: en zh-CN ko
convert_notebooks: true
11 changes: 11 additions & 0 deletions notebooks/ko/_toctree.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- title: 오픈소스 AI Cookbook
isExpanded: True
sections:
- local: index
title: 오픈소스 AI Cookbook

- title: LLM 레시피
isExpanded: false
sections:
- local: advanced_ko_rag
title: 한국어로 Advanced RAG 구현하기 - Hugging Face와 LangChain을 활용한 Cookbook
Loading

0 comments on commit 5c04d93

Please sign in to comment.