VectorConfig

The name of the configuration section where you configure the IDOL Content component vector field that you want to query in this vector query. This option is required when you include the Vector option in the QueryType parameter.

Separate multiple configuration names with commas (there must be no space before or after a comma).

The vector field configuration defines an IDOL Content component field that contains vector data, and the details of an embedding model that QMS must use to generate the embedding from your input query text. QMS uses this configuration to convert the input query into a VECTOR operator to send to the IDOL Content component.

NOTE: If you set VectorConfig, it automatically sets QueryType to Vector. You can explicitly set QueryType if you want to send a conceptual and vector query simultaneously.

Actions: Query
Type: String
Default:  
Required: No
Example: VectorConfig=MyVectorField
See Also: VectorFields Configuration Parameters