feat(#21): Implement Ollama integration #104
Reference in New Issue
Block a user
Delete Branch "feature/21-ollama"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds local LLM capabilities via Ollama integration.
New Endpoints
GET /api/llm/health- Ollama health checkGET /api/llm/models- List available modelsPOST /api/llm/chat- Chat completion (supports streaming via SSE)POST /api/llm/embed- Generate embeddingsFeatures
ollamanpm packageConfiguration
Test Coverage
QA Checklist
Closes #21