Package ai.vectros.resources.search
Class AsyncRawSearchClient
java.lang.Object
ai.vectros.resources.search.AsyncRawSearchClient
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontent(SearchRequest request) Runs a hybrid, semantic, or text search across the content you have indexed.content(SearchRequest request, RequestOptions requestOptions) Runs a hybrid, semantic, or text search across the content you have indexed.
-
Field Details
-
clientOptions
-
-
Constructor Details
-
AsyncRawSearchClient
-
-
Method Details
-
content
Runs a hybrid, semantic, or text search across the content you have indexed. By default it returns both documents and records in a single unified result set; passcontentTypesto narrow the results (for example["documents"]). Each result carries asourceTypediscriminator (PartnerDocumentorGenericRecord) so you can branch on the type. Requires thesearch:rscope. -
content
public CompletableFuture<VectrosApiHttpResponse<SearchResponse>> content(SearchRequest request, RequestOptions requestOptions) Runs a hybrid, semantic, or text search across the content you have indexed. By default it returns both documents and records in a single unified result set; passcontentTypesto narrow the results (for example["documents"]). Each result carries asourceTypediscriminator (PartnerDocumentorGenericRecord) so you can branch on the type. Requires thesearch:rscope.
-