feat: add category-based knowledge search and deduplication in inject_knowledge_context
Implement category-specific search for preferences and general entries alongside existing hybrid search, appending results with a fixed score of 0.6. Remove duplicate knowledge results by filtering out entries with identical content before building the final context list.
This commit is contained in:
@@ -42,6 +42,14 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## Version 1.46.0 - 2025-11-08
|
||||
|
||||
Users can now create, delete, and search for nodes and relationships within a graph. The system can also load graph data from text and manage its database schema.
|
||||
|
||||
**Changes:** 3 files, 298 lines
|
||||
**Languages:** Markdown (8 lines), Python (288 lines), TOML (2 lines)
|
||||
|
||||
## Version 1.45.0 - 2025-11-08
|
||||
|
||||
|
||||
Reference in New Issue
Block a user