feat(memory): add permission aware retrieval
This commit is contained in:
parent
d196be378c
commit
876f97c288
6 changed files with 438 additions and 5 deletions
|
|
@ -136,6 +136,9 @@ from .services import (
|
|||
ContextEntityQueryResult,
|
||||
LexicalIndexRefreshResult,
|
||||
MemoryGraphImportSummary,
|
||||
MemoryQueryRequest,
|
||||
MemoryRetrievalItem,
|
||||
MemoryRetrievalResult,
|
||||
MemoryRuntimeService,
|
||||
RelationshipChangeResult,
|
||||
RelationshipQueryItem,
|
||||
|
|
@ -261,6 +264,9 @@ __all__ = [
|
|||
"MemoryGraphRepository",
|
||||
"MemoryNodeRecord",
|
||||
"MemoryProfileRecord",
|
||||
"MemoryQueryRequest",
|
||||
"MemoryRetrievalItem",
|
||||
"MemoryRetrievalResult",
|
||||
"MemoryRuntimeService",
|
||||
"MemorySourceSpan",
|
||||
"NormalizedDocument",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue