get_retriever(
self,
*,
k: int = 5,
) -> AzureAIMemoryRetriever| Name | Type | Description |
|---|---|---|
k | int | Default: 5Maximum number of memories to retrieve |
Create a retriever bound to this store/scope/history.
History-bound retrievers always use incremental search with multi-turn conversation context for better contextual memory retrieval.