Interface VectorStoreRecordCollectionOptions<Key,​Record>

  • Type Parameters:
    Key - the type of the key
    Record - the type of the record
    All Known Implementing Classes:
    VolatileVectorStoreRecordCollectionOptions

    public interface VectorStoreRecordCollectionOptions<Key,​Record>
    Represents the options for a collection of vector store records.
    • Method Detail

      • getKeyClass

        Class<Key> getKeyClass()
        Gets the key class.
        Returns:
        the key class
      • getRecordClass

        Class<Record> getRecordClass()
        Gets the record class.
        Returns:
        the record class