Skip to content

Commit 9f35999

Browse files
authored
Merge pull request #269 from Pash10g/main
Implement Multi-Agent Order Management System with Smolagents & MongoDB
2 parents 9547ee9 + 14b80c9 commit 9f35999

File tree

3 files changed

+2949
-1
lines changed

3 files changed

+2949
-1
lines changed

notebooks/en/_toctree.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@
130130
title: Have several agents collaborate in a multi-agent hierarchy
131131
- local: multiagent_rag_system
132132
title: Multi-agent RAG System 🤖🤝🤖
133+
- local: mongodb_smolagents_multi_micro_agents
134+
title: MongoDB + SmolAgents Multi-Micro Agents to facilitate a data driven order-delivery AI agent
133135

134136
- title: Enterprise Hub Cookbook
135137
isExpanded: True

notebooks/en/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ applications and solving various machine learning tasks using open-source tools
77

88
Check out the recently added notebooks:
99

10+
- [Multi-Agent Order Management System with MongoDB](mongodb_smolagents_multi_micro_agents)
1011
- [Scaling Test-Time Compute for Longer Thinking in LLMs](search_and_learn)
1112
- [Signature-Aware Model Serving from MLflow with Ray Serve](mlflow_ray_serve)
1213
- [Fine-tuning SmolVLM using direct preference optimization (DPO) with TRL on a consumer GPU](fine_tuning_vlm_dpo_smolvlm_instruct)
1314
- [Smol Multimodal RAG: Building with ColSmolVLM and SmolVLM on Colab's Free-Tier GPU](multimodal_rag_using_document_retrieval_and_smol_vlm)
14-
- [Fine-tuning SmolVLM with TRL on a consumer GPU](fine_tuning_smol_vlm_sft_trl)
1515

1616

1717
You can also check out the notebooks in the cookbook's [GitHub repo](https://github.com/huggingface/cookbook).

0 commit comments

Comments
 (0)