FieldDescriptor

Configs for vector store indexing.

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