Files
awesome-llm-apps/rag_tutorials/agentic_rag_gpt5/requirements.txt
Shubhamsaboo 5685c508fc refactor: Update agentic_rag_gpt5 to use new Knowledge class and improve URL management
- Replaced UrlKnowledge with Knowledge for better document loading.
- Enhanced session state management for URLs to prevent duplicates.
- Updated placeholder URLs and query prompts for clarity.
- Adjusted requirements.txt to specify a minimum version for the 'agno' package.
2025-11-09 11:59:28 -08:00

6 lines
52 B
Plaintext

streamlit
agno>=2.2.10
openai
lancedb
python-dotenv