Whatever message this page gives is out now! Go check it out!

getConfiguration

Last update:
May 18, 2026
Returns the active resolved configuration of the SimpleRAGService, including auto-selected defaults. Useful for debugging and auditing the service setup.

Syntax

ragService.getConfiguration()

Parameters

This method takes no parameters.

Returns

Returns a Struct containing sub-structs for each pipeline component: loader, splitter, vectorStore, retrieval, chatMemory, model.

Example

config = ragBot.getConfiguration();
writeDump(config);

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page