| # Core dependencies for RAG System with Gradio interface | |
| gradio>=4.0.0 | |
| langchain-core>=0.1.0 | |
| langchain-community>=0.0.10 | |
| langchain-ollama>=0.0.3 | |
| # Vector database | |
| chromadb>=0.4.0 | |
| # Standard library dependencies (no need to specify in requirements.txt) | |
| # typing, os, shutil are built-in Python modules | |
| # Optional: For better file handling (if needed) | |
| python-multipart>=0.0.6 | |
| # Optional: For enhanced text processing (if needed) | |
| # pypdf>=3.0.0 # Already included in langchain-community | |
| # python-docx>=1.1.0 # For Word document support if needed |