rag
A tool for running fetch or finder MCP servers and using QDrant for RAG.
Added on 3/28/2025
Run instructions:
For using fetch or finder MCP servers:
cp mcp_agent.secrets.yaml.example mcp_agent.secrets.yaml--> then update with your API key (openai api key is enough)uv syncuv run streamlit run main.py
For using QDrant for RAG:
- Uncomment line 63-70 in main.py, and comment out the current
instructionandserver_names docker pull qdrant/qdrantdocker run -p 6333:6333 -v $(pwd)/qdrant_storage:/qdrant/storage qdrant/qdrantuv run streamlit run main.py
Similar Resources
Developer Tools