File size: 602 Bytes
829c183 e8f870d 829c183 e8f870d 829c183 e8f870d 829c183 e8f870d 829c183 e8f870d 829c183 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
# Core dependencies for the agent llama-index==0.12.40 llama-index-core==0.12.40 llama-index-llms-huggingface-api==0.5.0 llama-index-agent-openai==0.4.9 # Gradio for the UI gradio==5.33.0 # Web search functionality tavily-python==0.7.5 # Environment variables python-dotenv==1.1.0 # HTTP requests requests==2.32.3 # Async support asyncio==3.4.3 # Required for llama-index functionality openai==1.84.0 huggingface-hub==0.32.4 transformers==4.52.4 tokenizers==0.21.1 # Additional dependencies for stability pydantic==2.11.5 typing-extensions==4.14.0 tenacity==9.1.2 httpx==0.28.1 aiohttp==3.12.10 |