Expand description
Bidirectional session-graph bridge — improve().
Four-stage pipeline matching Python cognee.api.v1.improve.improve():
- Apply feedback weights from session Q&A entries to graph nodes/edges.
- Persist session Q&A text into the permanent knowledge graph.
- Default enrichment: reuse
memify()for triplet embeddings. - Sync recent graph edges into the session’s
graph_context.
Each stage is wrapped in a warning-only handler so that a failure in one stage does not abort subsequent stages (matches Python semantics).
Structs§
- Improve
Params - Parameters for
improve. - Improve
Result - Result of an
improve()operation.
Functions§
- improve
- Bidirectional session-graph bridge.