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:
2025-11-08 07:28:48 +00:00
parent 9b1404b386
commit de6b6652ee
3 changed files with 36 additions and 4 deletions
+8
View File
@@ -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