GoodMem
ReferenceClient SDKs.NET SDKConfiguration

PostProcessor Configuration

PostProcessor Configuration documentation for .NET SDK

Post-processor configuration for transforming retrieval results. Custom processors are discovered from installed extensions and must be referenced by their fully qualified factory class name. See https://docs.goodmem.ai/docs/reference/post-processors/chat-post-processor/ for the built-in ChatPostProcessor configuration.

Properties

NameTypeDescriptionNotes
NamestringFully qualified factory class name of the post-processor to apply.
ConfigDictionary<string, Object>Configuration parameters for the post-processor. Fields depend on the selected processor; see the linked documentation for the built-in ChatPostProcessor schema.[optional]

↑ Back to .NET SDK ↑ Back to .NET SDK ↑ Back to .NET SDK

On this page