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.