Commit ·
5b1fe8f
1
Parent(s): 3f265ad
Pin backend dependencies to compatible LangChain versions
Browse files- requirements.txt +19 -19
requirements.txt
CHANGED
|
@@ -1,19 +1,19 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn[standard]
|
| 3 |
-
aiofiles
|
| 4 |
-
python-multipart
|
| 5 |
-
python-dotenv
|
| 6 |
-
pandas
|
| 7 |
-
PyPDF2
|
| 8 |
-
pillow
|
| 9 |
-
pytesseract
|
| 10 |
-
chromadb
|
| 11 |
-
langchain
|
| 12 |
-
langchain-community
|
| 13 |
-
langchain-core
|
| 14 |
-
langchain-text-splitters
|
| 15 |
-
langchain-groq
|
| 16 |
-
groq
|
| 17 |
-
sentence-transformers
|
| 18 |
-
vosk
|
| 19 |
-
pyttsx3
|
|
|
|
| 1 |
+
fastapi==0.116.1
|
| 2 |
+
uvicorn[standard]==0.37.0
|
| 3 |
+
aiofiles==24.1.0
|
| 4 |
+
python-multipart==0.0.20
|
| 5 |
+
python-dotenv==1.1.1
|
| 6 |
+
pandas==2.3.3
|
| 7 |
+
PyPDF2==3.0.1
|
| 8 |
+
pillow==11.3.0
|
| 9 |
+
pytesseract==0.3.13
|
| 10 |
+
chromadb==1.1.0
|
| 11 |
+
langchain==0.3.27
|
| 12 |
+
langchain-community==0.3.30
|
| 13 |
+
langchain-core==0.3.76
|
| 14 |
+
langchain-text-splitters==0.3.11
|
| 15 |
+
langchain-groq==0.3.8
|
| 16 |
+
groq==0.32.0
|
| 17 |
+
sentence-transformers==5.1.1
|
| 18 |
+
vosk==0.3.45
|
| 19 |
+
pyttsx3==2.99
|