smolagents/examples
Touseef Ahmad 7e9f6e5edb
RAG on your huggingface_doc data using chromadb and groq api (#235)
* RAG on your PDF data using chromadb and groq api

* Multiple embeeding and llm support

* Multiple embedding and llm support

* Default embeddings set to hugging face

* organize imports

* huggingface_doc data source added

* Update and rename Local_PDF_RAG_using_chromadb.py to rag_using_chromadb.py

* Quality fix

* Default agent set to CodeAgent
2025-01-23 09:41:43 +01:00
..
benchmark.ipynb Add linter rules + apply make style (#255) 2025-01-18 19:01:15 +01:00
e2b_example.py Add linter rules + apply make style (#255) 2025-01-18 19:01:15 +01:00
gradio_upload.py Add linter rules + apply make style (#255) 2025-01-18 19:01:15 +01:00
inspect_runs.py Add linter rules + apply make style (#255) 2025-01-18 19:01:15 +01:00
multiple_tools.py Multiple tool example (#293) 2025-01-23 08:55:02 +01:00
rag.py Add linter rules + apply make style (#255) 2025-01-18 19:01:15 +01:00
rag_using_chromadb.py RAG on your huggingface_doc data using chromadb and groq api (#235) 2025-01-23 09:41:43 +01:00
text_to_sql.py Add linter rules + apply make style (#255) 2025-01-18 19:01:15 +01:00
tool_calling_agent_from_any_llm.py Add linter rules + apply make style (#255) 2025-01-18 19:01:15 +01:00
tool_calling_agent_mcp.py Add linter rules + apply make style (#255) 2025-01-18 19:01:15 +01:00
tool_calling_agent_ollama.py Add linter rules + apply make style (#255) 2025-01-18 19:01:15 +01:00