numpy>=1.26.0
faiss-cpu>=1.7.0
sentence-transformers>=2.2.0

[api]
fastapi>=0.100.0
uvicorn>=0.23.0
pydantic>=2.0.0

[async]
httpx>=0.27.0
openai>=1.30.0

[dashboard]
flask>=3.0.0

[dev]
pytest>=8.0.0
pytest-asyncio>=0.23.0
ruff>=0.4.0

[docs]
sphinx>=7.0
furo>=2024.0
sphinx-autodoc-typehints>=2.0

[full]
qdrant-client>=1.11.0
sqlalchemy>=2.0.0
psycopg2-binary>=2.9.0
pgvector>=0.3.0
asyncpg>=0.29.0
httpx>=0.27.0
openai>=1.30.0
redis[hiredis]>=5.0.0

[payment]

[pgvector]
pgvector>=0.3.0
asyncpg>=0.29.0
sqlalchemy[asyncio]>=2.0

[redis]
redis[hiredis]>=5.0.0

[storage]
qdrant-client>=1.11.0
sqlalchemy>=2.0.0
psycopg2-binary>=2.9.0
