Class VectorStoreRecordKeyField

    • Constructor Detail

      • VectorStoreRecordKeyField

        public VectorStoreRecordKeyField​(String name,
                                         String storageName,
                                         Class<?> type)
        Creates a new instance of the VectorStoreRecordKeyField class.
        Parameters:
        name - the name of the field
        storageName - the storage name of the field
        type - the field type
    • Method Detail

      • builder

        public static VectorStoreRecordKeyField.Builder builder()
        Create a builder for the VectorStoreRecordKeyField class.
        Returns:
        a new instance of the builder