Spaces:
Sleeping
Sleeping
| # CSRC Car Manual RAG System - Requirements | |
| # Core dependencies | |
| openai>=1.0.0 | |
| PyPDF2>=3.0.0 | |
| pandas>=2.0.0 | |
| tqdm>=4.65.0 | |
| # Visualization | |
| matplotlib>=3.7.0 | |
| networkx>=3.0 | |
| scikit-learn>=1.3.0 | |
| # Web Interface | |
| # Note: Code is compatible with Gradio 4.x and 6.x | |
| # Spaces may install Gradio 6.0, so we use compatibility code | |
| gradio>=4.0.0 | |
| # Evaluation (optional) | |
| ragas>=0.3.0 | |
| sentence-transformers>=2.2.0 | |
| nltk>=3.8.0 | |
| # Utilities | |
| numpy>=1.24.0 | |
| python-dotenv>=1.0.0 | |