Skip to content

docs: refresh README to reflect 0.9.0 - #44

Merged
davidgut1982 merged 1 commit into
mainfrom
docs/update-readme
Jun 2, 2026
Merged

docs: refresh README to reflect 0.9.0#44
davidgut1982 merged 1 commit into
mainfrom
docs/update-readme

Conversation

@davidgut1982

Copy link
Copy Markdown
Owner

Summary

The README was last substantially updated on 2026-05-28 (commit 446c586, FastMCP entrypoint consolidation). Since then, PRs #29#40 shipped in the 0.9.0 release, and several README sections had gone stale. This brings the README in line with the current state of the package.

Changes by section

  • Semantic Search — Removed the stale "v0.6.0 was yanked / shipping in a future release" warnings. 0.9.0 (and 0.6.0–0.8.6) are live on PyPI, so the install instructions are now unconditional. Renamed the section anchor from semantic-search-v060 to semantic-search and updated the badge/links. Added a Search modes subsection documenting mode resolution order, LORE_SEARCH_MODE_DEFAULT (default hybrid), and the requested_mode response field. Added a note that summary mode was removed (now a validation error; Lore is LLM-free by design). Noted that PostgreSQL uses a GIN full-text index for the lexical leg. Added LORE_SEARCH_MODE_DEFAULT to the semantic config table.

  • Automatic Memory Extraction (new section) — Documents the opt-in session-end extraction pipeline (OpenRouter/Cerebras), graceful degradation, source:auto-extracted tagging and the review queue, with a pointer to docs/auto-extraction-setup.md for full setup.

  • Quick Start — Dropped the "v0.6.0 yanked" note from the optional semantic-search install step; updated the cross-link anchor.

  • Tool Reference — Made the table complete:

  • Backends — Added a "Semantic search" row to the comparison table (sqlite-vec + FTS5 vs pgvector + GIN) and noted the PostgreSQL GIN full-text index in the prose.

  • Configuration reference — Added LORE_SEMANTIC_SEARCH, LORE_SEARCH_MODE_DEFAULT, OPENROUTER_API_KEY, and CEREBRAS_API_KEY.

  • Hermes Memory Provider — Noted that the plugin drives the auto-extraction pipeline.

No content was added as a changelog; the README continues to describe current state only. The detailed history lives in CHANGELOG.md.

🤖 Generated with Claude Code

@davidgut1982
davidgut1982 merged commit ab60097 into main Jun 2, 2026
3 checks passed
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.

1 participant