Update requirements.txt
Browse files- requirements.txt +13 -16
requirements.txt
CHANGED
|
@@ -1,16 +1,13 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
fastapi
|
| 3 |
-
uvicorn
|
| 4 |
-
langchain
|
| 5 |
-
langchain-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 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
|
|
|
|
|
|
|
|
|