Files
awesome-llm-apps/rag_tutorials/local_rag_agent/requirements.txt
Shubhamsaboo 9bc6394fae refactor: Update local RAG agent to use AgentOS and enhance knowledge management
- Replaced PDFUrlKnowledgeBase with Knowledge class for improved document management.
- Updated to use AgentOS for the application interface instead of Playground.
- Adjusted README to reflect changes in the interface and knowledge base loading process.
- Specified minimum version for the 'agno' package in requirements.txt.
2025-11-09 14:41:25 -08:00

4 lines
40 B
Plaintext

agno>=2.2.10
qdrant-client
ollama
pypdf