# Service-specific dependencies for svc_rag_indexer # NOTE: ML dependencies (sentence-transformers, transformers, torch, numpy) are in base-ml image # Text chunking (lightweight alternative to langchain) tiktoken>=0.11.0 # Text preprocessing (lightweight) beautifulsoup4>=4.14.2 # Text similarity (CPU-only) faiss-cpu>=1.12.0 # Document processing (lightweight) python-docx>=1.2.0 python-pptx>=1.0.2 openpyxl>=3.1.5 # Sparse vector processing sparse-dot-topn>=1.1.5