Releases: linkwut-create/local-rag-core
Releases · linkwut-create/local-rag-core
Release list
v0.4.0 Personal Stable
Summary
local-rag-core is a headless, local-first knowledge library and RAG substrate for AI tools. It provides attributed retrieval over local documentation and curated packs through CLI, HTTP, and a read-only MCP server.
Highlights
- Read-only MCP server for Claude Code, Codex, Gemini, OpenCode, and other MCP clients
- CLI and FastAPI interfaces for health, search, chunk retrieval, pack lifecycle, and controlled ingestion
- SQLite + FTS5 keyword search, Zvec vector retrieval, bge-m3 embeddings, and BGE reranking
- Explicit knowledge boundaries for private project docs, reusable packs, browser-saved content, translator context, and source-code indexes
- Stable maintenance checks for health, strict readiness, integrity, eval quality, and MCP entrypoints
- Backup, restore, local mirror, and artifact separation guidance
Verification
This stable cut was validated with:
ruff check .- full pytest suite
rag health --strictrag integrity --deep- fixed retrieval eval set
- MCP/HTTP operational smoke checks
Scope
This is a personal-stable release intended for local-first knowledge operations. MCP remains read-only by design; writes go through CLI or authenticated HTTP APIs.