yalei

Results 35 comments of yalei

BTW, the testing file "p.csv" is actually a JSON file. Even if you keep the default setting of "chunk overlap"(50), nothing will be showed in the preview panel, and the...

BTW, I already implemented it. Just need time to better test it. ![image](https://github.com/langgenius/dify/assets/3295865/a78ef4a6-7e28-4cbc-9f9a-f948f0e24361)

> So you want the API response to be an object instead of a JSON string when using the OpenAI model parameter `response_format` as `json_object`, right? No. Only a few...

> > > So you want the API response to be an object instead of a JSON string when using the OpenAI model parameter `response_format` as `json_object`, right? > >...

> > > > > So you want the API response to be an object instead of a JSON string when using the OpenAI model parameter `response_format` as `json_object`, right?...

Right now adding a tool and model is easy enough. However, it loses flexibility since a tool/model may have a lot of extra parameters, which are not added to this...

> Have a quick look at the doc, I think Kyuubi should work out-of-box w/ MaxCompute, but not Glue. Since Kyuubi uses `spark-submit` to create spark engine app, technically, you...

After fixing the connection between the zookeeper and Adb Spark, I got a `connect timeout error` on the client side: ``` 2023-03-28 11:47:11.728 INFO org.apache.kyuubi.ha.client.zookeeper.ZookeeperDiscoveryClient: Get service instance:21.25.1.59:45625 and version:Some(1.6.1-incubating)...

> ``` > Get service instance:21.25.1.59:45625 and version:Some(1.6.1-incubating) under /kyuubi_1.6.1-incubating_USER_SPARK_SQL/test/default > ``` > > Does ADB Spark allow Kyuubi Server to access the Driver through IP directly? No, the Kyuubi...

> And `kyuubi.session.engine.login.timeout = 30` means 30ms, I suppose you expect 30s not 30ms, the suggested format is PT30S sorry, my bad. I've read the doc, just forget the unit.