Knowledge curation (suppress/restore entities and topics) - #3086
Merged
Merged
Conversation
Preserve webpage headings, lists, tables, links, and formatting as retrieval context without automatically promoting them to entities or topics. Add a backward-compatible structural knowledge collection option and disable it for durable imports, leaving model extraction responsible for meaningful concepts. Add offline coverage confirming that structural text and tags remain available while deterministic structural knowledge is omitted. Document the decision, migration behavior, and requirement to reindex existing corpora.
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.
This pull request adds a new "knowledge curation" feature to the Memory Center, allowing users to view, suppress (hide), and restore entities and topics associated with a source. It introduces UI components for managing hidden knowledge, improves the content editing experience with a markdown preview, and refines the toolbar and chip layouts for better usability and accessibility.
Knowledge curation (suppress/restore entities and topics):
memoryListSourceKnowledgeSuppressions,memorySuppressSourceKnowledge,memoryRestoreSourceKnowledge, andMemoryCenterKnowledgeSuppression) to support listing, suppressing, and restoring hidden knowledge in the service layer and RPC interfaces. [1] [2] [3] [4]Content editing improvements:
UI/UX and accessibility enhancements:
These changes together provide a more powerful and user-friendly Memory Center, enabling users to curate knowledge and work with source content more effectively.