ollama>=0.1.0
requests>=2.31.0
beautifulsoup4>=4.12.0
numpy>=1.24.0
psutil>=5.9.0

[all]
hnswlib>=0.7.0
fastapi>=0.100.0
uvicorn>=0.20.0
websockets>=11.0
scipy>=1.10.0
pydantic>=2.0.0
tiktoken>=0.5.0

[dev]
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-asyncio>=0.21.0
black>=22.0.0
flake8>=4.0.0

[eval]
scipy>=1.10.0

[rag]
hnswlib>=0.7.0

[server]
fastapi>=0.100.0
uvicorn>=0.20.0
websockets>=11.0

[structured]
pydantic>=2.0.0

[tokenizer]
tiktoken>=0.5.0
