Spaces:
Sleeping
Sleeping
First demo with no history memory db and curent time
Browse files- requirements.txt +9 -8
requirements.txt
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
google-generativeai==0.3.2
|
6 |
-
langchain==0.1.9
|
7 |
-
langchain-google-genai==0.0.10
|
8 |
-
langchain-community==0.0.24
|
9 |
pinecone-client==3.0.2
|
|
|
|
|
|
|
|
|
|
|
10 |
sentence-transformers==2.5.1
|
11 |
requests==2.31.0
|
|
|
1 |
+
google-generativeai==0.8.3
|
2 |
+
langchain-google-genai==2.0.1
|
3 |
+
langchain-community==0.3.2
|
4 |
+
langchain==0.3.3
|
|
|
|
|
|
|
|
|
5 |
pinecone-client==3.0.2
|
6 |
+
python-dotenv==1.0.1
|
7 |
+
faiss-cpu==1.9.0
|
8 |
+
langchain-pinecone==0.2.3
|
9 |
+
fastapi==0.115.3
|
10 |
+
uvicorn==0.31.0
|
11 |
sentence-transformers==2.5.1
|
12 |
requests==2.31.0
|