FieldDescriptor

Configs for vector store indexing.

KEY TYPE Description
type FieldDescriptorType The type of this field. If not provided, the default type is STRING.
field str The field to be extracted. This will be used as the key in the response.
description str The description of this field. If not included, the response_field will be used.
exampleExtraction Union[str, int, bool, float] An example of this extracted field.