Spaces:
Running
Running
File size: 427 Bytes
cb0afeb |
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 |
# Web framework fastapi==0.115.12 uvicorn[standard]==0.34.2 # HTTP client httpx==0.28.1 openai==1.82.0 # Transformers & Hugging Face tools transformers==4.52.3 sentence-transformers==4.1.0 # Vector DB qdrant-client==1.14.2 # Caching, file IO, progress tqdm==4.67.1 joblib==1.5.0 python-dotenv==1.1.0 # NLTK for BM25 and query preprocessing nltk==3.9.1 rank-bm25==0.2.2 # Typing for Python 3.10+ typing_extensions>=4.13.2 |