Package com.openai.services.async.beta
Class VectorStoreServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.beta.VectorStoreServiceAsync.WithRawResponse
public final class VectorStoreServiceAsyncImpl.WithRawResponseImpl implements VectorStoreServiceAsync.WithRawResponse
-
-
Method Summary
-
-
Method Detail
-
fileBatches
FileBatchServiceAsync.WithRawResponse fileBatches()
-
create
CompletableFuture<HttpResponseFor<VectorStore>> create(BetaVectorStoreCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /vector_stores
, but is otherwise the same as VectorStoreServiceAsync.create.
-
retrieve
CompletableFuture<HttpResponseFor<VectorStore>> retrieve(BetaVectorStoreRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /vector_stores/{vector_store_id}
, but is otherwise the same as VectorStoreServiceAsync.retrieve.
-
update
CompletableFuture<HttpResponseFor<VectorStore>> update(BetaVectorStoreUpdateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /vector_stores/{vector_store_id}
, but is otherwise the same as VectorStoreServiceAsync.update.
-
list
CompletableFuture<HttpResponseFor<BetaVectorStoreListPageAsync>> list(BetaVectorStoreListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /vector_stores
, but is otherwise the same as VectorStoreServiceAsync.list.
-
delete
CompletableFuture<HttpResponseFor<VectorStoreDeleted>> delete(BetaVectorStoreDeleteParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
delete /vector_stores/{vector_store_id}
, but is otherwise the same as VectorStoreServiceAsync.delete.
-
-
-
-