karthik-codex / Autogen_GraphRAG_Ollama

Microsoft's GraphRAG + AutoGen + Ollama + Chainlit = Fully Local & Free Multi-Agent RAG Superbot
392 stars 78 forks source link

The response appears in the terminal instead of in the UI #12

Open Rebirthli opened 1 month ago

Rebirthli commented 1 month ago

After the project is run, the problem is given, and the reply is in the terminal. The chainlit UI interface does not generate the problem reply, may I ask how to solve this problem? image image

Can use md documents in languages other than English, such as Russian, Chinese

karthik-codex commented 1 month ago

Im not sure how to extend the GraphRAG to other languages, since the internal prompting structure for extracting features is in English. Also, here it looks like the retriever is not executing the function, so its returning empty.

Rebirthli commented 1 month ago

Thank you very much!!!

karthik-codex commented 1 month ago

Thank you very much!!!

Did you find a way around?