Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi[all]
|
2 |
+
requests
|
3 |
+
python-dotenv
|
4 |
+
pymupdf
|
5 |
+
pinecone
|
6 |
+
sentence-transformers
|
7 |
+
einops
|
8 |
+
google-genai
|
9 |
+
python-docx
|