07Codex07 commited on
Commit
3298bda
·
1 Parent(s): a60a2ab

Add all required dependencies for backend

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
  fastapi==0.115.2
2
  uvicorn==0.29.0
3
  python-dotenv==1.0.1
4
- langchain==0.1.16
5
- langchain-community==0.0.32
6
- langchain-groq==0.3.0
7
  sentence-transformers==3.0.1
8
  huggingface-hub==0.34.0
9
  faiss-cpu==1.7.4
 
1
  fastapi==0.115.2
2
  uvicorn==0.29.0
3
  python-dotenv==1.0.1
4
+ langchain==0.2.16
5
+ langchain-community==0.2.11
6
+ langchain-groq==0.1.9
7
  sentence-transformers==3.0.1
8
  huggingface-hub==0.34.0
9
  faiss-cpu==1.7.4