Tuan Anh Nguyen Dang (Tadashi)

Results 142 comments of Tuan Anh Nguyen Dang (Tadashi)

Might be relevant. Could have some issue with older Xeon CPUs with lesser instruction set. https://github.com/Cinnamon/kotaemon/issues/257#issuecomment-2350911029

Currently in discussion https://github.com/Cinnamon/kotaemon/pull/274

Hi @saidmukhamad sorry for the late reply. Basically it looks good. Can you revise this as well: https://github.com/Cinnamon/kotaemon/blob/79b309396bfdad33fb44dd40324667f2e4d83a26/flowsettings.py#L194

HI, actually it is just how the current indexing process work for GraphRAG. You can upload multiple files at the same times (make sure that you press `Upload and Index`...

Gradio itself (which Kotaemon is built upon) provide automated API wrapper. See https://www.gradio.app/guides/getting-started-with-the-python-client. Here is a quick code snippet that you can try. (with Kotaemon running in port 7860). ```...

To use streaming mode, https://www.gradio.app/guides/getting-started-with-the-python-client#generator-endpoints may be this can help. We have not test this API in detail so you would have to perform experiments yourself.

Sorry for the delay. You can tag me or @phv2312. Please fix some CI errors. Also, there is another related PR, can you support to check https://github.com/Cinnamon/kotaemon/pull/274 @RicardoMonteiroSimoes? Thanks.

@RicardoMonteiroSimoes thanks for your great efforts. We has included it in another PRs https://github.com/Cinnamon/kotaemon/pull/274 which is closed. Please try our prebuilt ARM64 image as mentioned in the README. Thanks again!

Default user name and passwd are `admin` / `admin`, as noted in the main README https://github.com/Cinnamon/kotaemon. Probably we haven't include it in the user setup so it causes this confusion....