numpy>=1.24.0
hnswlib>=0.8.0

[all]
sentence-transformers>=2.2.0
openai>=1.0.0
cohere>=4.0.0
fastapi>=0.109.0
uvicorn[standard]>=0.27.0
pydantic>=2.0.0
websockets>=12.0
httpx>=0.26.0
requests>=2.31.0
networkx>=3.0

[client]
httpx>=0.26.0
requests>=2.31.0

[cohere]
cohere>=4.0.0

[dev]
pytest>=7.0.0
pytest-cov>=4.0.0
black>=23.0.0
ruff>=0.1.0
mypy>=1.0.0

[graph]
networkx>=3.0

[local]
sentence-transformers>=2.2.0

[openai]
openai>=1.0.0

[server]
fastapi>=0.109.0
uvicorn[standard]>=0.27.0
pydantic>=2.0.0
websockets>=12.0
