Skip to content

Commit

Permalink
Merge pull request #269 from Pash10g/main
Browse files Browse the repository at this point in the history
Implement Multi-Agent Order Management System with Smolagents & MongoDB
  • Loading branch information
stevhliu authored Jan 15, 2025
2 parents 9547ee9 + 14b80c9 commit 9f35999
Show file tree
Hide file tree
Showing 3 changed files with 2,949 additions and 1 deletion.
2 changes: 2 additions & 0 deletions notebooks/en/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@
title: Have several agents collaborate in a multi-agent hierarchy
- local: multiagent_rag_system
title: Multi-agent RAG System 🤖🤝🤖
- local: mongodb_smolagents_multi_micro_agents
title: MongoDB + SmolAgents Multi-Micro Agents to facilitate a data driven order-delivery AI agent

- title: Enterprise Hub Cookbook
isExpanded: True
Expand Down
2 changes: 1 addition & 1 deletion notebooks/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ applications and solving various machine learning tasks using open-source tools

Check out the recently added notebooks:

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


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

0 comments on commit 9f35999

Please sign in to comment.