Enhance configuration and retrieval processes with new features - #10
Merged
Conversation
- Updated configuration loading precedence in README.md for clarity. - Enhanced date handling in dashboard.py for better date parsing. - Added extra field to Page model in models.py for additional data storage. - Introduced unique merging function in organizer.py to prevent duplicate entries. - Implemented context rendering improvements in retrieval.py for better output formatting. - Added query rephrasing functionality to enhance search query accuracy.
…or handling; add tests for adaptive compressor and extra field in Page model
…trieval across all workspaces
…r extra data; improve error handling and context management
…ve error logging and handling
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.
feat(retrieval): add query rewriting, history compression, and retrieval compression
feat(retrieval): blend lexical + semantic hits; add multi-workspace semantic search
feat(retrieval): graph expansion of wiki hits with decay
feat(compression): add adaptive_compressor with safe fallbacks and tests
feat(organizer): reconcile notes against existing pages; preserve extra metadata; improved extraction prompt
perf: compress large context/history before LLM calls to avoid exceeding context windows
storage/models: add and persist Page.extra; write_inbox_item accepts extra metadata
docs: README config lookup order and sample config updated
tests: add coverage for compressor, extra field, retrieval logic
chore: bump pytest dependencies