Interface VectorStoreRecordCollectionOptions<Key,Record>
-
- Type Parameters:
Key- the type of the keyRecord- 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<Key>getKeyClass()Gets the key class.Class<Record>getRecordClass()Gets the record class.VectorStoreRecordDefinitiongetRecordDefinition()Gets the record definition.
-
-
-
Method Detail
-
getRecordDefinition
VectorStoreRecordDefinition getRecordDefinition()
Gets the record definition.- Returns:
- the record definition
-
-