Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +13 -13
requirements.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
pymupdf4llm==0.0.17
|
2 |
-
groq==0.11.0
|
3 |
-
chromadb==0.5.11
|
4 |
-
tiktoken==0.8.0
|
5 |
-
langchain==0.3.2
|
6 |
-
langchain-community==0.3.1
|
7 |
-
langsmith==0.1.132
|
8 |
-
sentence-transformers==3.1.1
|
9 |
-
numpy
|
10 |
-
fastapi
|
11 |
-
uvicorn
|
12 |
-
python-multipart==0.0.12
|
13 |
-
python-dotenv==1.0.1
|
|
|
1 |
+
'''pymupdf4llm==0.0.17
|
2 |
+
groq==0.11.0
|
3 |
+
chromadb==0.5.11
|
4 |
+
tiktoken==0.8.0
|
5 |
+
langchain==0.3.2
|
6 |
+
langchain-community==0.3.1
|
7 |
+
langsmith==0.1.132
|
8 |
+
sentence-transformers==3.1.1
|
9 |
+
numpy
|
10 |
+
fastapi
|
11 |
+
uvicorn
|
12 |
+
python-multipart==0.0.12
|
13 |
+
python-dotenv==1.0.1'''
|