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

Adding Catala as new language in notebooks/translated rag_zephyr_langchain #77

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 ca
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 ca
convert_notebooks: true
9 changes: 9 additions & 0 deletions notebooks/ca/_toctree.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- title: Open-Source AI Cookbook
sections:
- local: index
title: Open-Source AI Cookbook

- title: Receptes de LLM i RAG amb altres Llibreries
sections:
- local: rag_zephyr_langchain
title: Simple RAG utilitzant Hugging Face Zephyr i LangChain
17 changes: 17 additions & 0 deletions notebooks/ca/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Open-Source AI Cookbook

El Codi-Obert IA Cookbook es una colecció de llibretes que ensenyen com construir aplicacions de IA i resoldre diferents problemes de *machine learning* utilitzant models i eines de codi-obert.

## Ultimes llibretes

Revisa les llibretes afeguides recentment en català:


- [Simple RAG per GitHub issues utilitzant Hugging Face Zephyr i LangChain](rag_zephyr_langchain)

També pots mirar les llibretes de cookbook a [GitHub repo](https://github.com/huggingface/cookbook).

## Contributing

El Codi-Obert AI Cookbook es un esforç de la comunitat i es benvinguda la col·laboració de tothom!
Mira el Cookbook aqui [Contribution guide](https://github.com/huggingface/cookbook/blob/main/README.md) per apendre com pots afeguir "receptes".
Loading
Loading