OracleVectorStore Public Methods

OracleVectorStore public methods are listed in Table 21-7.

Table 21-7 OracleVectorStore Public Methods

Public Method Description

CollectionExistsAsync

Checks if a collection exists in the vector store.
Dispose Releases any resources or memory held by the object.

EnsureCollectionDeletedAsync

Deletes a specified collection.

GetCollection(string, VectorStoreCollectionDefinition?)

Creates a vector store collection using its name.

GetDynamicCollection(string, VectorStoreCollectionDefinition)

Creates a vector store collection using its name.

GetService

Retrieves an object of a specified service type from the vector store.

ListCollectionNamesAsync

Retrieves the names of all the collections in the vector store.