enhance: add FunctionTypeRerank for Go SDK (#42659)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
This commit is contained in:
groot 2025-06-13 17:12:36 +08:00 committed by GitHub
parent 7d41284cfe
commit d0eabf0807
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,7 @@ const (
FunctionTypeUnknown = schemapb.FunctionType_Unknown
FunctionTypeBM25 = schemapb.FunctionType_BM25
FunctionTypeTextEmbedding = schemapb.FunctionType_TextEmbedding
FunctionTypeRerank = schemapb.FunctionType_Rerank
)
type Function struct {