fddd3644ae
- Replace OpenAI LLM with DeepSeek (deepseek-chat) via OpenAI-compatible client - Replace OpenAI embeddings with local sentence-transformers (all-MiniLM-L6-v2) - Pre-download embedding model during Docker build - Add .gitignore Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
8 lines
62 B
Plaintext
8 lines
62 B
Plaintext
.env
|
|
data/*
|
|
!data/.gitkeep
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.DS_Store
|