Debajit Kumar Phukan
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",...
@Aisuko Now I am getting below error. ``` CMake Error at examples/grpc-server/CMakeLists.txt:13 (find_package): Could not find a package configuration file provided by "Protobuf" with any of the following names: ProtobufConfig.cmake...
@Aisuko All the requested libraries are already installed. Can you please provide the exact versions required to be installed as I suspect the issue is because of the difference in...
@corneil Hi, thanks for attending to this issue. I already tried all the possible combinations (including the ones you mentioned). The main issue here is that the pod yaml specifications...
@corneil Any updates ?
@marklysze Unfortunately, my requirement is like that. I want a polymorphic function with variable arguments `(kwargs)` to be used for tool calling. In theory, if AG2 truly takes type hint(s)...
@souzatharsis Can you please suggest a local LLM (from the llamafile HF inventory) which you have tested yourself and based on which it was put in the documentation that local...