Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +16 -10
requirements.txt
CHANGED
|
@@ -1,17 +1,23 @@
|
|
| 1 |
fastapi==0.115.0
|
| 2 |
-
uvicorn==0.30.6
|
| 3 |
-
pydantic==2.9.
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
| 7 |
google-generativeai==0.8.3
|
| 8 |
-
|
| 9 |
-
|
|
|
|
| 10 |
langchain-text-splitters==0.3.0
|
| 11 |
-
langchain-community==0.3.
|
| 12 |
chromadb==0.5.15
|
| 13 |
sentence-transformers==3.1.1
|
|
|
|
|
|
|
| 14 |
datasets==3.0.1
|
|
|
|
|
|
|
|
|
|
| 15 |
rank-bm25==0.2.2
|
| 16 |
-
rapidfuzz==3.10.0
|
| 17 |
-
python-dotenv==1.0.1
|
|
|
|
| 1 |
fastapi==0.115.0
|
| 2 |
+
uvicorn[standard]==0.30.6
|
| 3 |
+
pydantic==2.9.0
|
| 4 |
+
python-dotenv==1.0.1
|
| 5 |
+
|
| 6 |
+
# LLM
|
| 7 |
+
groq==0.11.0
|
| 8 |
google-generativeai==0.8.3
|
| 9 |
+
|
| 10 |
+
# RAG
|
| 11 |
+
langchain-core==0.3.0
|
| 12 |
langchain-text-splitters==0.3.0
|
| 13 |
+
langchain-community==0.3.0
|
| 14 |
chromadb==0.5.15
|
| 15 |
sentence-transformers==3.1.1
|
| 16 |
+
|
| 17 |
+
# Data
|
| 18 |
datasets==3.0.1
|
| 19 |
+
huggingface-hub==0.25.1
|
| 20 |
+
|
| 21 |
+
# Search
|
| 22 |
rank-bm25==0.2.2
|
| 23 |
+
rapidfuzz==3.10.0
|
|
|