Skip to content

v0.4.0 Personal Stable

Latest

Choose a tag to compare

@linkwut-create linkwut-create released this 21 Jun 01:48
· 7 commits to master since this release

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 --strict
  • rag 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.