AnswerCandidateEmbeddingsSettings

The name of a configuration section that contains settings for how Answer Server queries the IDOL Content component for vectors. This parameter applies only when Type is set to PassageExtractor, PassageExtractorLLM. or RAG.

You can use this option as an alternative to the default conceptual search, if you have vector search configured in your IDOL Content component. In a RAG system, you can use a combination of vector and conceptual search, by setting RetrievalType to mixed.

You must create the corresponding configuration section, and configure VectorField and EmbeddingsConfig. See My Vector Settings Configuration Parameters.

Type: String
Default:  
Required: No
Configuration Section: MySystem
Example: AnswerCandidateEmbeddingsSettings=VectorSettings

[VectorSettings]
EmbeddingsConfig=EmbeddingsSystem
VectorField=VECTORA
See Also: