feat: add GraphMemory class with entity, relation, and observation CRUD operations
Implement the core GraphMemory class providing methods for creating and deleting entities and relations, adding observations, searching nodes by name or type, and opening nodes with configurable depth traversal. Include a `populate_from_text` method for building the graph from unstructured text and initialize the underlying database schema on instantiation.
This commit is contained in:
@@ -41,6 +41,14 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## Version 1.45.0 - 2025-11-08
|
||||
|
||||
AI operations now show progress indicators, giving you better feedback during processing. We've also improved the internal architecture for enhanced context and performance.
|
||||
|
||||
**Changes:** 8 files, 89 lines
|
||||
**Languages:** Markdown (8 lines), Python (77 lines), TOML (2 lines), Text (2 lines)
|
||||
|
||||
## Version 1.44.0 - 2025-11-08
|
||||
|
||||
|
||||
Reference in New Issue
Block a user