Jatin Mehra commited on
Commit
f50be30
·
1 Parent(s): eb07e3c

Update requirements.txt to include additional dependencies for project functionality

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -6
requirements.txt CHANGED
@@ -1,6 +1,13 @@
1
- streamlit==1.31.1
2
- streamlit-chat==0.1.1
3
- langchain-community==0.0.24
4
- PyPDF2==3.0.1
5
- groq==0.9.0
6
- httpx==0.27.0
 
 
 
 
 
 
 
 
1
+ pymupdf
2
+ langchain
3
+ langchain-groq
4
+ langchain_community
5
+ python-dotenv
6
+ groq
7
+ fastapi
8
+ uvicorn
9
+ python-multipart
10
+ pydantic
11
+ faiss-cpu
12
+ sentence-transformers
13
+ tavily-python