Zubaish commited on
Commit ·
7167638
1
Parent(s): 79ff3c4
Rollback: stable local RAG
Browse files- requirements.txt +4 -6
requirements.txt
CHANGED
|
@@ -2,17 +2,15 @@ fastapi
|
|
| 2 |
uvicorn
|
| 3 |
pydantic
|
| 4 |
python-dotenv
|
| 5 |
-
|
| 6 |
-
langchain=
|
| 7 |
-
langchain-
|
| 8 |
langchain-text-splitters==0.2.4
|
| 9 |
-
|
| 10 |
chromadb==0.5.5
|
| 11 |
sentence-transformers
|
| 12 |
pypdf
|
| 13 |
-
|
| 14 |
transformers>=4.39.0
|
| 15 |
huggingface_hub
|
| 16 |
datasets
|
| 17 |
-
|
| 18 |
torch
|
|
|
|
| 2 |
uvicorn
|
| 3 |
pydantic
|
| 4 |
python-dotenv
|
| 5 |
+
langchain>=0.2.17
|
| 6 |
+
langchain-community>=0.2.17
|
| 7 |
+
langchain-huggingface # Resolves the LangChainDeprecationWarning
|
| 8 |
langchain-text-splitters==0.2.4
|
|
|
|
| 9 |
chromadb==0.5.5
|
| 10 |
sentence-transformers
|
| 11 |
pypdf
|
| 12 |
+
pdfplumber # This fixes the ImportError
|
| 13 |
transformers>=4.39.0
|
| 14 |
huggingface_hub
|
| 15 |
datasets
|
|
|
|
| 16 |
torch
|