devjas1
(CONFIG)[Adjust deps to be lightweight]: update requirements.txt to streamline dependencies and focus on core functionality.
cede51b
| # Core ML and NLP dependencies | |
| sentence-transformers>=2.2.2 | |
| # Vector storage and search | |
| faiss-cpu>=1.7.4 | |
| # CLI framework and utilities | |
| llama-cpp-python>=0.2.23 | |
| typer>=0.9.0 | |
| # Development tools | |
| PyYaml>=6.0 | |