Packages

package vector

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class SearchRequest extends Product with Serializable

    A request to the FTS (Full Text Search) service, allowing a SearchQuery and/or a VectorSearch to be run.

    A request to the FTS (Full Text Search) service, allowing a SearchQuery and/or a VectorSearch to be run.

    If both are provided, the FS service will merge the results.

  2. case class VectorQuery extends Product with Serializable

    Represents a vector query.

    Represents a vector query.

    Annotations
    @Uncommitted()
  3. sealed trait VectorQueryCombination extends AnyRef

    Specifies how multiple VectorQuerys in a VectorSearch are combined.

    Specifies how multiple VectorQuerys in a VectorSearch are combined.

    Annotations
    @Uncommitted()
  4. case class VectorSearch extends Product with Serializable

    Allows one or more VectorQuerys to be executed.

    Allows one or more VectorQuerys to be executed.

    Annotations
    @Uncommitted()
  5. case class VectorSearchOptions extends Product with Serializable

    Options related to executing a VectorSearch.

    Options related to executing a VectorSearch.

    Annotations
    @Uncommitted()

Value Members

  1. object SearchRequest extends Serializable
  2. object VectorQuery extends Serializable
    Annotations
    @Uncommitted()
  3. object VectorQueryCombination
  4. object VectorSearch extends Serializable
    Annotations
    @Uncommitted()
  5. object VectorSearchOptions extends Serializable

Ungrouped