Annotation Type VectorStoreRecordData
-
@Retention(RUNTIME) @Target(FIELD) public @interface VectorStoreRecordData
Represents a data field in a record.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanisFilterableWhether the field is filterable.booleanisFullTextSearchableWhether the field is full text searchable.StringstorageNameStorage name of the field.
-
-
-
Element Detail
-
storageName
String storageName
Storage name of the field. This value is only used when JSON Serialization using Jackson is not supported in a VectorStore. When Jackson is supported, @JsonProperty should be used to specify an alternate field name in the storage database.- Returns:
- The storage name of the field.
- Default:
- ""
-
-