RetrievalSettings

constructor(storage: RetrievalStorage, searchStrategy: SearchStrategy? = null, promptAugmenter: PromptAugmenter = SystemPromptAugmenter(), namespace: String? = null)(source)

Parameters

storage

The retrieval storage to search for relevant memory records.

searchStrategy

The strategy that defines how to search the retrieval store.

promptAugmenter

The augmenter that defines how retrieved context is inserted into the prompt.

namespace

Namespace (table/collection name) for a request.