Tuan Anh Nguyen Dang (Tadashi)

Results 142 comments of Tuan Anh Nguyen Dang (Tadashi)

Can you give us some print out from the command line / console? Did it provide any helpful information to further debug this issue?

@Harvester62 for GraphRAG to run, make sure that you have set these environment variables in Windows Terminal correctly ``` # settings for GraphRAG GRAPHRAG_API_KEY= GRAPHRAG_LLM_MODEL=gpt-4o-mini GRAPHRAG_EMBEDDING_MODEL=text-embedding-3-small ``` > Would it...

Can you check the solution mentioned in https://github.com/Cinnamon/kotaemon/issues/394

ARM image (which is required for Apple M-series chip) are work-in-progress and will be released soon. Meanwhile please use the install from source method as a temporary workaround.

@sandbury probably due to Ollama default context size is 2048 https://github.com/ollama/ollama/issues/1005 This mean event if retrieved documents are correct, documents at the end of the context is cropped due to...

Hi @238SAMIxD this is a popular request. Currently we are tracking the discussion at https://github.com/Cinnamon/kotaemon/discussions/330#discussioncomment-10858993

Overall it is possible to create API like you mentioned without breaking changes, but it will require some effort.

Thanks for your feedback. We are already working on it and will update the progress soon.

Currently official MS GraphRAG we only support "local" search option. For "global" search, check out alternative LightRAG and NanoGraphRAG.

Thanks @StarboundShaun. We will update the document soon.