init
Browse files
app/requirements.txt
CHANGED
|
@@ -12,9 +12,10 @@ openai==1.54.0
|
|
| 12 |
# Vector database
|
| 13 |
pinecone-client==5.0.0
|
| 14 |
|
| 15 |
-
# Embeddings
|
| 16 |
sentence-transformers==3.3.1
|
| 17 |
-
torch==2.
|
|
|
|
| 18 |
|
| 19 |
# Utilities
|
| 20 |
python-dotenv==1.0.0
|
|
|
|
| 12 |
# Vector database
|
| 13 |
pinecone-client==5.0.0
|
| 14 |
|
| 15 |
+
# Embeddings - Updated for compatibility
|
| 16 |
sentence-transformers==3.3.1
|
| 17 |
+
torch==2.5.1
|
| 18 |
+
numpy<2.0.0
|
| 19 |
|
| 20 |
# Utilities
|
| 21 |
python-dotenv==1.0.0
|
notebooks/vlm_ocr_benchmark.ipynb
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|