Package com.openai.models.vectorstores
Class VectorStoreSearchPageAsync
-
- All Implemented Interfaces:
public final class VectorStoreSearchPageAsyncSearch a vector store for relevant chunks based on a query and file attributes filter.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classVectorStoreSearchPageAsync.Responsepublic final classVectorStoreSearchPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final VectorStoreSearchPageAsync.Responseresponse()final List<VectorStoreSearchResponse>data()final Stringobject_()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<VectorStoreSearchParams>getNextPageParams()final CompletableFuture<Optional<VectorStoreSearchPageAsync>>getNextPage()final VectorStoreSearchPageAsync.AutoPagerautoPager()final static VectorStoreSearchPageAsyncof(VectorStoreServiceAsync vectorStoresService, VectorStoreSearchParams params, VectorStoreSearchPageAsync.Response response)-
-
Method Detail
-
response
final VectorStoreSearchPageAsync.Response response()
-
data
final List<VectorStoreSearchResponse> data()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<VectorStoreSearchParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<VectorStoreSearchPageAsync>> getNextPage()
-
autoPager
final VectorStoreSearchPageAsync.AutoPager autoPager()
-
of
final static VectorStoreSearchPageAsync of(VectorStoreServiceAsync vectorStoresService, VectorStoreSearchParams params, VectorStoreSearchPageAsync.Response response)
-
-
-
-