duguwo
duguwo
我用源码部署的,最新版本,没有这个问题
archery服务和要查询的数据库是在同一机器上?
MySQL版本的Archery+goInception已经支持with as 语法,有需要的童鞋请+QQ327092839
> ### Search before asking > * [x] I had searched in the [issues](https://github.com/eosphoros-ai/DB-GPT/issues?q=is%3Aissue) and found no similar feature requirement. > > ### Description > 希望官方可以提供一些chatDB相关的工作流模板,最好辅助前期查询参数优化调整的环节加入工作流中,比如查询条件中部分筛选条件在无法精确得知的前提下,可以去知识库中识别出用户意图的条件,对查询问题作出调整后,在生成sql > > ### Use...
> 看这里的代码 > > [Archery/common/utils/openai.py](https://github.com/hhyo/Archery/blob/38e376cbeb3e222db1404e829c987b244b3d1b16/common/utils/openai.py#L37-L38) > > Lines 37 to 38 in [38e376c](/hhyo/Archery/commit/38e376cbeb3e222db1404e829c987b244b3d1b16) > > res = self.request_chat_completion(messages) > return res.choices[0].message.content > 服务如果不是完全和 openai 兼容的情况, 建议用反向代理再做一下兼容, 当前的 AI 只支持 openai,...
目前简单调用python的openai sdk接口返回Chat NioYou need toenable JavaScript to run this app. 而用curl则返回正常, 应该是openai-python哪儿出问题了,看了官网也尝试调用它的低版本,没有能解决这个问题
We use a MySQL master-slave architecture with two nodes, one acting as the master and the other as the slave.
When the VIP is lost, both MySQL master and slave nodes continue to function normally without triggering failover. If failover is initiated, replication-manager can effectively call additional scripts to perform...
> It's a fair feature request we could simply consider the VIP as a proxy and use proxy plugin to monitor with connecting with mysql protocol , if the master...