Spaces:
Running
Running
Commit
·
184c9ab
1
Parent(s):
415595f
Update deployment constraints for python-magic-bin
Browse files- config/__pycache__/config.cpython-312.pyc +0 -0
- constraints.txt.txt +1 -0
- requirements.txt +1 -1
- src/__pycache__/main.cpython-312.pyc +0 -0
- src/utils/__pycache__/database_cleanup.cpython-312.pyc +0 -0
- src/utils/__pycache__/document_processor.cpython-312.pyc +0 -0
- src/vectorstores/__pycache__/chroma_vectorstore.cpython-312.pyc +0 -0
config/__pycache__/config.cpython-312.pyc
CHANGED
Binary files a/config/__pycache__/config.cpython-312.pyc and b/config/__pycache__/config.cpython-312.pyc differ
|
|
constraints.txt.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
--constraint constraints.txt
|
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
fastapi
|
2 |
uvicorn
|
3 |
torch
|
@@ -21,7 +22,6 @@ python-dotenv
|
|
21 |
box
|
22 |
PyPDF2
|
23 |
python-docx
|
24 |
-
python-magic-bin==0.4.14
|
25 |
openpyxl
|
26 |
xlrd
|
27 |
striprtf
|
|
|
1 |
+
--constraint constraints.txt
|
2 |
fastapi
|
3 |
uvicorn
|
4 |
torch
|
|
|
22 |
box
|
23 |
PyPDF2
|
24 |
python-docx
|
|
|
25 |
openpyxl
|
26 |
xlrd
|
27 |
striprtf
|
src/__pycache__/main.cpython-312.pyc
CHANGED
Binary files a/src/__pycache__/main.cpython-312.pyc and b/src/__pycache__/main.cpython-312.pyc differ
|
|
src/utils/__pycache__/database_cleanup.cpython-312.pyc
CHANGED
Binary files a/src/utils/__pycache__/database_cleanup.cpython-312.pyc and b/src/utils/__pycache__/database_cleanup.cpython-312.pyc differ
|
|
src/utils/__pycache__/document_processor.cpython-312.pyc
CHANGED
Binary files a/src/utils/__pycache__/document_processor.cpython-312.pyc and b/src/utils/__pycache__/document_processor.cpython-312.pyc differ
|
|
src/vectorstores/__pycache__/chroma_vectorstore.cpython-312.pyc
CHANGED
Binary files a/src/vectorstores/__pycache__/chroma_vectorstore.cpython-312.pyc and b/src/vectorstores/__pycache__/chroma_vectorstore.cpython-312.pyc differ
|
|