Spaces:
Runtime error
Runtime error
| # Warbler CDA - Cognitive Development Architecture RAG System | |
| # Core dependencies for production deployment | |
| # Core ML & Embeddings | |
| pydantic>=2.9.0 | |
| numpy>=1.26.0 | |
| torch>=2.5.0 | |
| transformers>=4.46.0 | |
| sentence-transformers>=3.3.0 | |
| # Web Framework & API | |
| fastapi>=0.115.0 | |
| uvicorn>=0.32.0 | |
| python-multipart>=0.0.6 | |
| # Gradio for HuggingFace Space | |
| gradio>=5.0.0 | |
| # CLI | |
| click>=8.1.0 | |
| # HTTP Client | |
| requests>=2.32.0 | |
| # Data Processing | |
| datasets>=3.1.0 | |
| pyyaml>=6.0.2 | |
| pdfplumber>=0.11.0 | |
| # Optional: OpenAI Integration | |
| openai>=1.54.0 | |
| # Optional: Performance | |
| faiss-cpu>=1.7.0 | |
| orjson>=3.9.0 | |
| # Development | |
| pytest>=7.0.0 | |
| pytest-asyncio>=0.21.0 | |
| pytest-cov>=4.0.0 | |