- Fix bare except clauses in curator.py and main.py - Change embedding model to snowflake-arctic-embed2 - Increase semantic_score_threshold to 0.6 - Add memory context explanation to systemprompt.md - Add pytest dependencies to requirements.txt - Remove unused context_handler.py and .env.example - Add project documentation (CLAUDE.md) and test files Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
11 lines
178 B
Plaintext
11 lines
178 B
Plaintext
fastapi>=0.104.0
|
|
uvicorn[standard]>=0.24.0
|
|
httpx>=0.25.0
|
|
qdrant-client>=1.6.0
|
|
ollama>=0.1.0
|
|
toml>=0.10.2
|
|
tiktoken>=0.5.0
|
|
apscheduler>=3.10.0
|
|
pytest>=7.0.0
|
|
pytest-asyncio>=0.21.0
|