Zhenyu
Zhenyu
## Problem The discriminator in AIRL here is just a regular one, not corresponding to the one in Fu's paper which can deal with robust dynamics. ## Solution As stated...
### Search before asking - [X] I had searched in the [issues](https://github.com/OpenSPG/KAG/issues?q=is%3Aissue) and found no similar issues. ### Operating system information Linux ### What happened ```shell ERROR:kag.interface.common.llm_client:Error Expecting value: line...
### 💬 Describe the bug I use api from another platform aiml, so I change the default endpoint, but failed. message: "Number must be greater than or equal to 1"...
Added `flush=True` to the `aprint` call when handling `ModelClientStreamingChunkEvent` message to ensure each chunk is immediately displayed as it arrives. ## Why are these changes needed? When handling `ModelClientStreamingChunkEvent` message,...
I follow the workflow, insert content to lancedb and kuzudb, and vector_rag runs as expected. But when I run graph_rag.py, it seems that something wrong about the kuzudb storage since...