VectorStore Interface
public interface VectorStore
Represents a vector store.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Vector |
<Key,Record>getCollection(String collectionName, VectorStoreRecordCollectionOptions<Key,Record> options)
Gets a collection from the vector store. |
| abstract reactor.core.publisher.Mono<java.util.List<java.lang.String>> |
getCollectionNamesAsync()
Gets the names of all collections in the vector store. |
Method Details
<Key,Record>getCollection
public abstract VectorStoreRecordCollection
Gets a collection from the vector store.
Parameters:
Returns:
getCollectionNamesAsync
public abstract Mono> getCollectionNamesAsync()
Gets the names of all collections in the vector store.
Returns: