-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
32 lines (26 loc) · 1.11 KB
/
Copy pathrequirements.txt
File metadata and controls
32 lines (26 loc) · 1.11 KB
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
# Core Dependencies
chromadb>=0.4.0 # Vector database client
redis>=5.0.0 # Cache layer
requests>=2.31.0 # HTTP client for external APIs
httpx>=0.24.0 # Async HTTP client for MCP server
# LLM & Embeddings
torch>=2.0.0 # PyTorch for embeddings
sentence-transformers>=2.2.0 # Sentence embeddings (mxbai)
# ollama - managed via Docker, uses HTTP API
# MCP Server
fastmcp>=0.2.0 # Model Context Protocol server
pydantic>=2.0.0 # Data validation
# CLI
click>=8.1.0 # Command-line interface
rich>=13.0.0 # Terminal formatting
python-dotenv>=1.0.0 # Environment variables
# Utilities
pyyaml>=6.0.0 # YAML configuration
python-dateutil>=2.8.0 # Date parsing for temporal search
# Feature Flags
UnleashClient>=5.9.0 # Feature flag client
# Development (optional)
pytest>=7.4.0 # Testing
pytest-asyncio>=0.21.0 # Async testing
black>=23.0.0 # Code formatting
ruff>=0.1.0 # Linting