mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
enhance: add FunctionTypeRerank for Go SDK (#42659)
Signed-off-by: yhmo <yihua.mo@zilliz.com>
This commit is contained in:
parent
7d41284cfe
commit
d0eabf0807
@ -29,6 +29,7 @@ const (
|
||||
FunctionTypeUnknown = schemapb.FunctionType_Unknown
|
||||
FunctionTypeBM25 = schemapb.FunctionType_BM25
|
||||
FunctionTypeTextEmbedding = schemapb.FunctionType_TextEmbedding
|
||||
FunctionTypeRerank = schemapb.FunctionType_Rerank
|
||||
)
|
||||
|
||||
type Function struct {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user