Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +15 -18
requirements.txt
CHANGED
@@ -1,19 +1,16 @@
|
|
1 |
-
fastapi
|
2 |
-
uvicorn
|
3 |
-
httpx
|
4 |
-
requests
|
5 |
-
pydantic
|
6 |
-
python-multipart
|
7 |
-
pdfplumber
|
8 |
-
PyMuPDF
|
9 |
-
sentence-transformers
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
python-docx
|
17 |
-
langchain
|
18 |
-
pinecone
|
19 |
pinecone-text
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn
|
3 |
+
httpx
|
4 |
+
requests
|
5 |
+
pydantic
|
6 |
+
python-multipart
|
7 |
+
pdfplumber
|
8 |
+
PyMuPDF
|
9 |
+
sentence-transformers
|
10 |
+
python-dotenv
|
11 |
+
google-genai
|
12 |
+
regex
|
13 |
+
python-docx
|
14 |
+
langchain
|
15 |
+
pinecone
|
|
|
|
|
|
|
16 |
pinecone-text
|