bjmajic
bjmajic
the same code in 0.4.13 is normal
> how to reproduce it i use tf serving , when i send a image (batch=1), the rst.response_data type is 'str', but when i send images (batch >1), he rst.response_data...
 看过后,还是有点不一样,因为bge 模型不是一个对话模型,他是一个embedding 模型,没有类似 prefix、promt、等参数 针对这种情况,请问可否提供一个示例供参考
我也遇到,同样的问题 。也是Linux系统
@smallcoderhujin @lang-bin 请问那个设置的地方怎么进度? 宿主机上没有这个目录,是要进入 openspg-mysql:latest 这个容器后设置吗?
@smallcoderhujin 用的就是官方的compose.yaml , 没有更改。请问您知道怎么处理吗?
` # Enable the message queue to get the intermediate messages queue = asyncio.Queue() for agent in agents: # Use one queue to gather messages from all agents agent.set_msg_queue_enabled(True, queue)...