KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#deepseek-harness
#dsh-plugin
#open-source
#ai
#claude-code
#cli
#windows
#codex
#developer-tools
#dsh
multiagentic_rag
★ 79
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
godot-yaml
:
A high-performance YAML parser and serializer for Godot 4.3+ that speaks fluent Variant.
nousflash
:
hehe
sunpad
:
No description available.
builderbot-openai-assistants
:
builderbot conectado con asistentes de OpenAI con base de dactos vectorial listo de usar
YingVideo-MV
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
multiagentic_rag
?
Download (.md)
# Multi-agentic RAG with Hugging Face Code Agents This repository accompanies the blog post [Multi-agentic RAG with Hugging Face Code Agents](https://medium.com/towards-data-science/multi-agentic-rag-with-hugging-face-code-agents-005822122930). This code is meant for educational purposes only. Code agents work by executing Python code, make sure you run the code in an isolated environment and don't allow any unsafe import or function. Always supervise the system execution inspecting the logs, and interrupt the execution if the system is trying to execute code that may pose risks. As all Large Language Model based systems, this is also prone to hallucinations. Always check the sources used to generate the answers and don't trust the generated answers blindly. The default embedding model for similarity retrieval is all-mpnet-base-v2, check the corresponding [model card](https://huggingface.co/sentence-transformers/all-mpnet-base-v2).