vectorStore

abstract suspend fun vectorStore(id: VectorStoreId, requestOptions: RequestOptions? = null): VectorStore?

Retrieve a vector store.

Parameters

id

The ID of the vector store to retrieve.

requestOptions

request options.