samim2024 commited on
Commit
89e951d
·
verified ·
1 Parent(s): a3c88c4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -16
requirements.txt CHANGED
@@ -1,16 +1,13 @@
1
- streamlit
2
- fastapi
3
- uvicorn
4
- langchain
5
- langchain-community
6
- langchainhub
7
- sentence-transformers
8
- huggingface_hub
9
- pydantic
10
- python-multipart
11
- PyPDF2
12
- faiss-cpu
13
- requests
14
- joblib
15
- python-dotenv
16
- langchain-huggingface
 
1
+ streamlit==1.39.0
2
+ fastapi==0.115.2
3
+ uvicorn==0.32.0
4
+ langchain==0.3.3
5
+ langchain-huggingface==0.1.0
6
+ sentence-transformers==3.2.1
7
+ pypdf2==3.0.1
8
+ faiss-cpu==1.9.0
9
+ python-dotenv==1.0.1
10
+ pytest==8.3.3
11
+ pytest-asyncio==0.24.0
12
+ ragas==0.2.0
13
+ aiohttp==3.10.10