Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +21 -21
requirements.txt
CHANGED
|
@@ -1,21 +1,21 @@
|
|
| 1 |
-
fastapi==0.115.6
|
| 2 |
-
uvicorn[standard]==0.34.0
|
| 3 |
-
python-dotenv==1.0.1
|
| 4 |
-
langchain==0.3.14
|
| 5 |
-
langchain-core=
|
| 6 |
-
langchain-google-genai==2.0.8
|
| 7 |
-
langchain-community==0.3.14
|
| 8 |
-
langchain-pinecone==0.2.0
|
| 9 |
-
langchain-huggingface==0.1.0
|
| 10 |
-
sentence-transformers==3.3.1
|
| 11 |
-
pinecone-client==5.0.1
|
| 12 |
-
google-generativeai==0.8.3
|
| 13 |
-
pypdf==5.1.0
|
| 14 |
-
python-multipart==0.0.20
|
| 15 |
-
pydantic==2.10.4
|
| 16 |
-
pydantic-settings==2.7.1
|
| 17 |
-
unstructured==0.16.12
|
| 18 |
-
aiofiles==24.1.0
|
| 19 |
-
uuid6==2024.7.10
|
| 20 |
-
sqlalchemy==2.0.25
|
| 21 |
-
aiosqlite==0.19.0
|
|
|
|
| 1 |
+
fastapi==0.115.6
|
| 2 |
+
uvicorn[standard]==0.34.0
|
| 3 |
+
python-dotenv==1.0.1
|
| 4 |
+
langchain==0.3.14
|
| 5 |
+
langchain-core>=0.3.29,<0.4.0
|
| 6 |
+
langchain-google-genai==2.0.8
|
| 7 |
+
langchain-community==0.3.14
|
| 8 |
+
langchain-pinecone==0.2.0
|
| 9 |
+
langchain-huggingface==0.1.0
|
| 10 |
+
sentence-transformers==3.3.1
|
| 11 |
+
pinecone-client==5.0.1
|
| 12 |
+
google-generativeai==0.8.3
|
| 13 |
+
pypdf==5.1.0
|
| 14 |
+
python-multipart==0.0.20
|
| 15 |
+
pydantic==2.10.4
|
| 16 |
+
pydantic-settings==2.7.1
|
| 17 |
+
unstructured==0.16.12
|
| 18 |
+
aiofiles==24.1.0
|
| 19 |
+
uuid6==2024.7.10
|
| 20 |
+
sqlalchemy==2.0.25
|
| 21 |
+
aiosqlite==0.19.0
|