RetrievalSettingsBuilder
Builder for RetrievalSettings used in the Config.retrieval DSL block.
Properties
Link copied to clipboard
The augmenter that defines how retrieved context is inserted into the prompt. Defaults to SystemPromptAugmenter.
Link copied to clipboard
The search strategy that defines how to search the retrieval storage.
Link copied to clipboard
The retrieval storage to search for relevant memory records. Must be set explicitly in the retrieval { } block.
Functions
Link copied to clipboard
RetrievalSettings builder.
Link copied to clipboard
Fluent setter for promptAugmenter.
Link copied to clipboard
Fluent setter for searchStrategy.
Link copied to clipboard
Fluent setter for storage.