theoneLee
theoneLee
``` bash edzdeMacBook-Pro:example edz$ make (protoc -I=. -I=/Users/edz/go/src/github.com/gogo/protobuf/protobuf -I=/Users/edz/go/src --gogo_out=. example.proto) /Users/edz/go/src/github.com/gogo/protobuf/protobuf: warning: directory does not exist. github.com/gogo/protobuf/gogoproto/gogo.proto: File not found. example.proto:33:1: Import "github.com/gogo/protobuf/gogoproto/gogo.proto" was not found or had errors....
I run Demo, but I find the Metadata taken from Chroma is inconsistent. Is it a bug? this is a log: ```golang col, _ := client.CreateCollection(collectionName, metadata, true, embeddingFunction, distanceFunction)...
如题所示,例如我使用 https://github.com/micro/go-plugins/blob/master/broker/kafka/kafka.go 插件,然后我该怎么配置手动ack,调用ack和Unsubscribe等函数呢? 我找了下官网英文文档,和[micro-in-cn里的](https://github.com/micro-in-cn/tutorials/blob/master/examples/basic-practices/micro-broker/kafka/srv/server.go)找不到相关的demo。 thx。