Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into agents-hf-login
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiopaniego committed Nov 27, 2024
2 parents 838497e + edeed04 commit 9854060
Show file tree
Hide file tree
Showing 7 changed files with 1,515 additions and 700 deletions.
2 changes: 2 additions & 0 deletions notebooks/en/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
title: Benchmarking TGI
- local: rag_with_knowledge_graphs_neo4j
title: Enhancing RAG Reasoning with Knowledge Graphs
- local: phoenix_observability_on_hf_spaces
title: Phoenix Observability Dashboard on HF Spaces

- title: Computer Vision Recipes
isExpanded: false
Expand Down
14 changes: 1 addition & 13 deletions notebooks/en/advanced_rag.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,7 @@
},
"outputs": [],
"source": [
"!pip install -q torch transformers transformers accelerate bitsandbytes langchain sentence-transformers faiss-gpu openpyxl pacmap datasets langchain-community ragatouille"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "8_Uyukt39-9J"
},
"outputs": [],
"source": [
"%reload_ext dotenv\n",
"%dotenv"
"!pip install -q torch transformers transformers accelerate bitsandbytes langchain sentence-transformers faiss-cpu openpyxl pacmap datasets langchain-community ragatouille"
]
},
{
Expand Down
424 changes: 320 additions & 104 deletions notebooks/en/agent_rag.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions notebooks/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ applications and solving various machine learning tasks using open-source tools

Check out the recently added notebooks:

- [Phoenix Observability Dashboard on HF Spaces](phoenix_observability_on_hf_spaces)
- [Have several agents collaborate in a multi-agent hierarchy 🤖🤝🤖](multiagent_web_assistant)
- [Semantic reranking with Elasticsearch](semantic_reranking_elasticsearch)
- [Benchmarking TGI](benchmarking_tgi)
Expand Down
608 changes: 608 additions & 0 deletions notebooks/en/phoenix_observability_on_hf_spaces.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion notebooks/ko/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
sections:
- local: index
title: 오픈소스 AI Cookbook

- title: LLM 레시피
isExpanded: false
sections:
Expand Down
Loading

0 comments on commit 9854060

Please sign in to comment.