Spaces:
Starting
Starting
File size: 644 Bytes
55d584b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
# 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 |