-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About language #371
Comments
I believe so. GraphRAG makes calls to an OpenAI or AzureOpenAI LLM, and they support Japanese in their tokenizers. Keep in mind that the instructions (and examples) provided to the LLM to do entity extraction and summarization are all in English. You might want to modify these prompts. For example, when you intiate the indexer, you will see prompts in |
Thank you so much , hope this project will support local LLM, not only chatGPT。 |
We welcome contributions from the community 😉 . |
Consolidating language support issues here: #696 |
You can use local LLMs, Ollama supports the OpenAI api specification. If you set the base url of the Example for the LLM:
|
This is very helpful. Thank you |
what language does GraphRAG support? Can I use Japanese document to do RAG?
The text was updated successfully, but these errors were encountered: