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.
Retrieve a vector store.
The ID of the vector store to retrieve.
request options.