Spaces:
Sleeping
Sleeping
| # FastAPI and server | |
| fastapi==0.104.1 | |
| uvicorn[standard]==0.24.0 | |
| # LlamaIndex core components | |
| llama-index-core | |
| llama-index-embeddings-huggingface | |
| llama-index-llms-gemini | |
| llama-index-llms-google-genai | |
| # LangChain components | |
| langchain | |
| langchain-community | |
| langchain-google-genai | |
| # Vector stores and search | |
| chromadb | |
| rank-bm25 | |
| # ML and embeddings | |
| sentence-transformers | |
| # detect language | |
| langdetect |