You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# github.com/milvus-io/milvus/pkg/util/typeutil
../../../gopath/pkg/mod/github.com/milvus-io/milvus/[email protected]/util/typeutil/schema.go:436:94: undefined: schemapb.FunctionSchema
../../../gopath/pkg/mod/github.com/milvus-io/milvus/[email protected]/util/typeutil/schema.go:437:41: helper.schema.GetFunctions undefined (type *schemapb.CollectionSchema has no field or method GetFunctions)
../../../gopath/pkg/mod/github.com/milvus-io/milvus/[email protected]/util/typeutil/schema.go:449:12: field.IsFunctionOutput undefined (type *schemapb.FieldSchema has no field or method IsFunctionOutput)
../../../gopath/pkg/mod/github.com/milvus-io/milvus/[email protected]/util/typeutil/schema.go:458:33: undefined: schemapb.FunctionType_BM25
../../../gopath/pkg/mod/github.com/milvus-io/milvus/[email protected]/util/typeutil/schema.go:700:21: fieldData.GetValidData undefined (type *schemapb.FieldData has no field or method GetValidData)
../../../gopath/pkg/mod/github.com/milvus-io/milvus/[email protected]/util/typeutil/schema.go:701:12: dst[i].ValidData undefined (type *schemapb.FieldData has no field or method ValidData)
../../../gopath/pkg/mod/github.com/milvus-io/milvus/[email protected]/util/typeutil/schema.go:701:38: dst[i].ValidData undefined (type *schemapb.FieldData has no field or method ValidData)
../../../gopath/pkg/mod/github.com/milvus-io/milvus/[email protected]/util/typeutil/schema.go:701:59: fieldData.ValidData undefined (type *schemapb.FieldData has no field or method ValidData)
../../../gopath/pkg/mod/github.com/milvus-io/milvus/[email protected]/util/typeutil/schema.go:973:43: fieldData.ValidData undefined (type *schemapb.FieldData has no field or method ValidData)
../../../gopath/pkg/mod/github.com/milvus-io/milvus/[email protected]/util/typeutil/schema.go:973:67: srcFieldData.GetValidData undefined (type *schemapb.FieldData has no field or method GetValidData)
../../../gopath/pkg/mod/github.com/milvus-io/milvus/[email protected]/util/typeutil/schema.go:973:67: too many errors
My errors here
My Milvus Golang SDK Version
github.com/milvus-io/milvus/client/v2 v2.0.0-20241204100639-73aa95f5962e
My Code
The text was updated successfully, but these errors were encountered: