CHL-NexAIoT

Results 3 comments of CHL-NexAIoT

I have still encountered this issue. From my testing, the error message `host=db user=postgres database=postgres: dial error (dial tcp 172.19.0.3:5432: connect: connection refused)` `host` is corresponding to `DB_HOST` in `.env`...

With ripgrep, I find a possible problem that might link to this bug. [analyticdb_vector_sql.py](https://github.com/langgenius/dify/blob/abeaea4f79a6dbabb46a9d79224189b8c7fac828/api/core/rag/datasource/vdb/analyticdb/analyticdb_vector_sql.py#L94) does have fixed "postgres" as default database, and it is not changable for any setting. On...

My workarouond for now is to use a reference with `GetValue` and `SetValue`. Simple example is like this: ``` CompactXml())> @code { private StandaloneCodeEditor editor = null!; private string cache...