Skip to content

Consolidate AI provider to Anthropic and implement FTS5 search#232

Merged
asim merged 2 commits intomainfrom
claude/mu-killer-feature-yxRo5
Mar 6, 2026
Merged

Consolidate AI provider to Anthropic and implement FTS5 search#232
asim merged 2 commits intomainfrom
claude/mu-killer-feature-yxRo5

Conversation

@asim
Copy link
Copy Markdown
Member

@asim asim commented Mar 6, 2026

No description provided.

claude added 2 commits March 6, 2026 15:06
- Remove Fanar and Ollama LLM providers, standardize on Anthropic
- Add SQLite FTS5 full-text search (replaces LIKE-based keyword search)
- FTS index auto-built on startup and kept in sync with inserts
- Remove Ollama-based vector embeddings system entirely
- Remove in-memory embedding cache, embedding worker, embedding queue
- Clean up ~1000 lines of dead code across data, ai, app packages
- Update status page and env vars to reflect simplified architecture

https://claude.ai/code/session_01QJaTh5F1pfgRaGzsQSZDcQ
Consolidate on Anthropic Claude as sole AI provider and FTS5 as the
search mechanism. Delete VECTOR_SEARCH.md, update all doc files,
README, and Go source comments to remove vector/embedding terminology.

https://claude.ai/code/session_01QJaTh5F1pfgRaGzsQSZDcQ
@asim asim merged commit 65c8836 into main Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants