Spaces:
Sleeping
Sleeping
| # RAG System Dependencies | |
| # Note: Versions compatible with Python 3.9 | |
| # Document Processing | |
| PyMuPDF==1.24.13 | |
| python-docx==1.1.2 | |
| pypdf==4.3.1 | |
| # Text Processing & Embeddings | |
| sentence-transformers==3.3.1 | |
| langchain-text-splitters==0.3.2 | |
| # Vector Database | |
| chromadb==0.5.23 | |
| # LLM Integration - Hugging Face | |
| huggingface_hub>=0.34.0 | |
| # Web Interface (max version for Python 3.9) | |
| gradio==4.44.1 | |
| # Additional Dependencies | |
| requests==2.32.3 | |
| typing-extensions==4.12.2 | |