Skip to content

Enrichment Proposal#11

Merged
sukanth merged 2 commits intosukanth:masterfrom
knepprath:feature/augment-index
Apr 24, 2026
Merged

Enrichment Proposal#11
sukanth merged 2 commits intosukanth:masterfrom
knepprath:feature/augment-index

Conversation

@knepprath
Copy link
Copy Markdown

@knepprath knepprath commented Apr 24, 2026

What this PR does

This pull request introduces a major new feature: an enrichment pipeline that fetches, summarizes, and embeds page content for bookmarks, enabling deeper and more relevant search results using page context. The CLI and documentation are updated to support and explain this new workflow, including a new mindmark enrich command and the ability to display relevant excerpts in search results.

Why

We can improve the accuracy of searching your bookmarks by augmenting the index with a summary of the content on the page.

How to test

You can use the --excerpt flag to demonstrate what content from the enriched summary informed the match.

mindmark enrich
mindmark find "search string" --excerpt

Checklist

  • Tests pass (pytest -q)
  • New behavior is covered by tests (if applicable)
  • README or docs updated (if applicable)

@sukanth
Copy link
Copy Markdown
Owner

sukanth commented Apr 24, 2026

@knepprath we need to bump the version here to the next version for the build to go through when its merged https://github.com/knepprath/mindmark/blob/08f4d172d8a559fd10d02f951b66540f70cc0638/pyproject.toml#L7

@sukanth sukanth merged commit 78f7cb5 into sukanth:master Apr 24, 2026
9 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.

2 participants