chore: switch to DeepSeek API + sentence-transformers for free deployment
- 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>
This commit is contained in:
@@ -4,3 +4,4 @@ python-dotenv==1.0.1
|
||||
chromadb==0.5.3
|
||||
pdfplumber==0.11.0
|
||||
python-docx==1.1.2
|
||||
sentence-transformers==3.0.1
|
||||
|
||||
Reference in New Issue
Block a user