Class VectorStoreRecordField.Builder<T,​U extends VectorStoreRecordField.Builder<T,​U>>

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • withName

        public U withName​(String name)
        Sets the name of the field.
        Parameters:
        name - the name of the field
        Returns:
        the builder
      • withStorageName

        public U withStorageName​(String storageName)
        Sets the storage name of the field.
        Parameters:
        storageName - the storage name of the field
        Returns:
        the builder
      • withFieldType

        public U withFieldType​(Class<?> fieldType)
        Sets the field type.
        Parameters:
        fieldType - the field type
        Returns:
        the builder