Spaces:
Sleeping
Sleeping
| # Core dependencies | |
| gradio==4.44.0 | |
| numpy==1.24.3 | |
| pandas==2.0.3 | |
| # LangChain ecosystem | |
| langchain==0.1.0 | |
| langchain-core==0.1.0 | |
| langchain-community==0.0.10 | |
| langchain-groq==0.0.3 | |
| # Open-source model support | |
| transformers>=4.30.0 | |
| torch>=2.0.0 | |
| accelerate>=0.20.0 | |
| # Local model serving | |
| ollama>=0.1.0 | |
| # Free search tools | |
| duckduckgo-search>=3.0.0 | |
| # Vector database and embeddings | |
| faiss-cpu==1.7.4 | |
| sentence-transformers==2.2.2 | |
| # Utilities | |
| python-dotenv==1.0.0 | |
| requests==2.31.0 | |
| wikipedia>=1.4.0 | |