Spaces:
Running
Running
File size: 404 Bytes
721d500 2a10e9c ef7af85 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
# Gradio for UI and API gradio>=4.0.0 # Supabase client for vector store supabase>=2.0.0 # Hugging Face Inference (for LLM and embeddings) huggingface-hub>=0.20.0 # Environment variables python-dotenv>=1.0.0 # Utilities pydantic>=2.0.0 # Datawrapper chart creation datawrapper>=2.0.7 mcp>=1.20.0 pandas>=2.0.0 # Vanna requests vanna[postgres,chromadb] @ git+https://github.com/vanna-ai/vanna.git@v2 |