Enrichment Proposal#11
Merged
sukanth merged 2 commits intosukanth:masterfrom Apr 24, 2026
Merged
Conversation
Owner
|
@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
approved these changes
Apr 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 enrichcommand 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
pytest -q)