MaxZhang

Results 10 issues of MaxZhang

when I try it, I just got a exec failed, why? No pty? exec request failed on channel 0 lost connection ![image](https://user-images.githubusercontent.com/6861426/170457481-c5f81da0-13a5-4bcc-bbce-e9277df31d58.png)

How to upgrade the inner sqlite version? 3.25.2 have some security bug.

Old: ` if ($this->isModified($tileset) == true) { header('Access-Control-Allow-Origin: *'); header('HTTP/1.1 304 Not Modified'); die; } ` new: ` if ($this->isModified($tileset) == TRUE) { /** reload if file modified */ __construct();...

Just want to have a look at how it looks like.

### Bug Description I am working behind a proxy server. If I disable the proxy setting, when starting up langflow, it will try to fetch some pypi langflow json data,...

bug

### Bug Description While importing data into chroma, the langchain backend POD failed to respond to /health, and got killed. ### Reproduction Deployment: use helm to deploy a ide release...

bug

### Bug Description It seems , there is no way to convert a LLM's output JSON string to JSON object and store it to some place and reuse it in...

bug
enhancement

### Bug Description when I call the flow by curl, it output a big json filled with output in flow 6 times, how can I get only 1 output. The...

bug

### Bug Description Nowhere to edit the variables. In docutment, it says: TIP You can also create global variables in Settings > Variables and Secrets. ![image](https://github.com/user-attachments/assets/43b6cbf0-4f3c-4257-8478-f2aef26678fb) But, actually, there is...

enhancement

### 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 issues. ### Operating system information Linux ### Python version information >=3.11 ### DB-GPT version...

bug
Waiting for reply