ManTea commited on
Commit
d8e5ad8
·
1 Parent(s): 8a66b29

First demo with no history memory db and curent time

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -8
requirements.txt CHANGED
@@ -1,11 +1,12 @@
1
- fastapi==0.109.2
2
- uvicorn==0.27.1
3
- pydantic==2.6.1
4
- python-dotenv==1.0.0
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