Milvex.Milvus.Proto.Milvus.SubSearchRequest (milvex v0.6.0)

Copy Markdown

Summary

Types

t()

@type t() :: %Milvex.Milvus.Proto.Milvus.SubSearchRequest{
  __unknown_fields__: [Protobuf.unknown_field()],
  dsl: String.t(),
  dsl_type: Milvex.Milvus.Proto.Common.DslType.t(),
  expr_template_values: %{
    optional(String.t()) => Milvex.Milvus.Proto.Schema.TemplateValue.t() | nil
  },
  namespace: String.t() | nil,
  nq: integer(),
  placeholder_group: binary(),
  search_params: [Milvex.Milvus.Proto.Common.KeyValuePair.t()]
}