GoodMem
ReferenceClient SDKs.NETRequests

RetrieveMemoryRequest

RetrieveMemoryRequest documentation for .NET SDK

Request body for semantic memory retrieval with optional embedder weight overrides.

Properties

NameTypeDescriptionNotes
MessagestringPrimary query/message for semantic search.
ContextList<ContextItem>Optional context items (text or binary) to provide additional context for the search.[optional]
SpaceKeysList<SpaceKey>List of spaces to search with optional per-embedder weight overrides.
RequestedSizeint?Maximum number of memories to retrieve.[optional]
FetchMemorybool?Whether to include streamed memory-definition records in the response. Defaults to true when omitted. These records include memory metadata and audit fields, but omit originalContent unless fetchMemoryContent is true.[optional] [default to true]
FetchMemoryContentbool?Whether streamed memory-definition records include originalContent bytes. Requires fetchMemory=true. Defaults to false when omitted.[optional] [default to false]
HnswHnswOptions[optional]
PostProcessorPostProcessor[optional]

On this page