Skip to main content

FunctionType

This is an enumeration that provides the following constants.

Constants

  • BM25 = 1

    Sets the function type to BM25.

  • TEXTEMBEDDING = 2

    Sets the function type to TEXTEMBEDDING.

  • RERANK = 3

    Sets the function type to RERANK.

  • Unknown = 0

    Sets the function type to Unknown.

Minimum SDK versionv2.6.x
Ctrl I