Debajit Kumar Phukan

Results 4 comments of Debajit Kumar Phukan

@HenryHengZJ First of all, thanks for looking into it. The primary objective is to use "tools" in the flow and not just a simple QnA flow. The main issue is...

@HenryHengZJ Is there any `agent` component at present I can use from Flowise which works well with `open source model` ?. If you have any chatflow example for it, that...

@HenryHengZJ Any positive news on this ?.

@hgschmie I was invoking the Dao using `jdbi.onDemand()`, can you try with the same approach (as shown in below example) instead of `h2Extension.getJdbi()` ? ``` Dao dao = jdbi.onDemand(Dao.class); dao.updateAll("mytable",...