Commit ·
5157ba3
1
Parent(s): 5241b71
Add missing deps: sentence-transformers, pdfplumber, scipy for MCP tools
Browse files- sentence-transformers: required by GuidelinesRAG for FAISS embeddings
- pdfplumber: required by GuidelinesRAG for PDF text extraction
- scipy: required by MONET tool (scipy.special)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -11,3 +11,6 @@ accelerate>=0.25.0
|
|
| 11 |
protobuf>=4.0.0
|
| 12 |
faiss-cpu>=1.7.0
|
| 13 |
huggingface_hub>=0.20.0
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
protobuf>=4.0.0
|
| 12 |
faiss-cpu>=1.7.0
|
| 13 |
huggingface_hub>=0.20.0
|
| 14 |
+
sentence-transformers>=2.2.0
|
| 15 |
+
pdfplumber>=0.10.0
|
| 16 |
+
scipy>=1.10.0
|