Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -3,13 +3,14 @@ fastapi==0.110.0
|
|
| 3 |
uvicorn[standard]==0.29.0
|
| 4 |
python-multipart==0.0.9
|
| 5 |
python-dotenv==0.21.1
|
|
|
|
| 6 |
|
| 7 |
# AI & LLM
|
| 8 |
google-genai==0.3.0
|
| 9 |
langchain==0.1.13
|
| 10 |
langchain-community==0.0.29
|
| 11 |
langchain-huggingface==0.0.2 # For high-speed local embeddings
|
| 12 |
-
|
| 13 |
|
| 14 |
# Data Processing & Validation
|
| 15 |
# Data Processing & Validation
|
|
|
|
| 3 |
uvicorn[standard]==0.29.0
|
| 4 |
python-multipart==0.0.9
|
| 5 |
python-dotenv==0.21.1
|
| 6 |
+
motor
|
| 7 |
|
| 8 |
# AI & LLM
|
| 9 |
google-genai==0.3.0
|
| 10 |
langchain==0.1.13
|
| 11 |
langchain-community==0.0.29
|
| 12 |
langchain-huggingface==0.0.2 # For high-speed local embeddings
|
| 13 |
+
faiss-cpu # Local Vector Database
|
| 14 |
|
| 15 |
# Data Processing & Validation
|
| 16 |
# Data Processing & Validation
|