GoodMem
ReferenceClient SDKsJavaScript SDKRequests

RetrieveMemoryRequest

RetrieveMemoryRequest documentation for JavaScript SDK

Properties

NameTypeDescriptionNotes
messageStringPrimary query/message for semantic search.
context[ContextItem]Optional context items (text or binary) to provide additional context for the search.[optional]
spaceKeys[SpaceKey]List of spaces to search with optional per-embedder weight overrides.
requestedSizeNumberMaximum number of memories to retrieve.[optional]
fetchMemoryBooleanWhether to include full Memory objects in the response.[optional]
fetchMemoryContentBooleanWhether to include memory content in the response. Requires fetchMemory=true.[optional]
postProcessorPostProcessor[optional]

On this page