MaChi

Results 2 comments of MaChi

> 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...

> > 非常感谢,希望这个项目将支持当地的LLM,而不仅仅是chatGPT . > > 你可以使用本地的LLM,Ollama[支持OpenAI api规范](https://ollama.com/blog/openai-compatibility)。如果您设置了`settings.yaml`到Ollama api url,您可以使用该模型。 > > LLM的示例: > > ``` > llm: > api_key: None > type: openai_chat > model: mistral:latest > model_supports_json: true...