Class AsyncRawSearchClient

java.lang.Object
ai.vectros.resources.search.AsyncRawSearchClient

public class AsyncRawSearchClient extends Object
  • Field Details

  • Constructor Details

    • AsyncRawSearchClient

      public AsyncRawSearchClient(ClientOptions clientOptions)
  • 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; pass contentTypes to narrow the results (for example ["documents"]). Each result carries a sourceType discriminator (PartnerDocument or GenericRecord) so you can branch on the type. Requires the search:r scope.
    • 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; pass contentTypes to narrow the results (for example ["documents"]). Each result carries a sourceType discriminator (PartnerDocument or GenericRecord) so you can branch on the type. Requires the search:r scope.