| # DocMind Requirements | |
| # Compatible with Python 3.12 | |
| # Core dependencies | |
| arxiv==2.1.0 | |
| sentence-transformers==3.0.1 | |
| faiss-cpu==1.8.0 | |
| gradio==4.44.0 | |
| # Data processing (Python 3.12 compatible versions) | |
| numpy>=1.26.0,<2.0.0 | |
| pandas>=2.1.0 | |
| # Optional: For LLM integration (uncomment if needed) | |
| # openai>=1.3.0 | |
| # anthropic>=0.7.0 | |
| # Utilities | |
| tqdm>=4.66.0 | |
| python-dotenv>=1.0.0 |