bulolo
bulolo
> table-names = ["SCPRD.wmwhse2.ORDERDETAIL", "SCPRD.wmwhse3.ORDERDETAIL"] if the source has two table how Transform deal with select ``` env { parallelism = 1 job.mode = "STREAMING" checkpoint.interval = 5000 } source...
请问下2.3.4哪里下载?感谢
请问 2.0.0版本 docker 部署 .env是引用已有mysql,那么数据库 streampark数据库是要手工导入sql吗?还是在docker首次启动的时候会自己创建?
any progress? https://github.com/ferdikoomen/openapi-typescript-codegen/issues/1381
``` INFO:opentts:Synthesizing with coqui-tts:zh_baker (2 char(s))... ERROR:opentts:cannot cache function '__shear_dense': no locator available for file '/home/opentts/app/.venv/lib/python3.9/site-packages/librosa/util/utils.py' Traceback (most recent call last): File "/home/opentts/app/.venv/lib/python3.9/site-packages/quart/app.py", line 1490, in full_dispatch_request result = await...
is there any way chat/completions only by a file? llike this ``` { model: 'glm-4-flash', messages: formattedMessages, stream: true, temperature: 0.7, max_tokens: 9000, files: [ { type: "file", id: "82b8653b-3399-4edb-97f6-34e9b4e7df67"...
> > is there any way chat/completions only by a file? llike this > > > > ``` > > { > > model: 'glm-4-flash', > > messages: formattedMessages, >...
english: i would better to support this api [chat/completions](https://ragflow.io/docs/dev/http_api_reference#create-chat-completion) with files params to chat with a Specify file like open webui 's api https://docs.openwebui.com/getting-started/api-endpoints/#using-files-and-collections-in-chat-completions  @simin75simin or how to make...