Milvex.Collection.Dsl.BM25Function (milvex v0.10.2)

Copy Markdown

Struct representing a BM25 function definition in the Milvex Collection DSL.

BM25 functions convert text fields to sparse vector embeddings for full-text search.

Summary

Types

t()

@type t() :: %Milvex.Collection.Dsl.BM25Function{
  __spark_metadata__: term(),
  input: atom() | [atom()],
  name: atom(),
  output: atom()
}