Victor2323 commited on
Commit
3e1e39a
·
verified ·
1 Parent(s): 7e0035d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -6
requirements.txt CHANGED
@@ -1,6 +1,9 @@
1
- fastapi
2
- uvicorn[standard]
3
- langchain_community
4
- langchain
5
- chainlit
6
- python-dotenv
 
 
 
 
1
+ fastapi
2
+ uvicorn[standard]
3
+ langchain==0.2.6
4
+ langchain_community==0.2.6
5
+ langchain_groq==0.1.6
6
+ langchain_text_splitters==0.2.2
7
+ python-dotenv==1.0.1
8
+ chromadb==0.5.3
9
+ langchain-openai