-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
How to set the graphRAG with local ollama #212
Comments
I briefly look through code noticed explicit reference to OpenAI eg
|
Another issue is that graphrag is a separate program with own configuration. Which could be configured to other llm but it's a separate question microsoft/graphrag#657 |
I stuck here
I think it should pick default configured embeddings instead. |
@mkhludnev thanks. I can build the graphRAG and run the pipeline successfully with my local ollama after a investigation about graphrag component. But I got error which point to the mismatch of embedding between openai and ollama during the query stage. This error is hidden in the kotaemon pipeline, seems a lot of work to fix it. |
if someone can run ollama for graphrag. Please share the steps to us :) |
Finally, it works. I will make a PR to this repo |
Please check the latest version and instruction for setting up GraphRAG here https://github.com/Cinnamon/kotaemon#setup-graphrag. |
Description
How to set the graphRAG with local ollama?
Reproduction steps
Screenshots
![DESCRIPTION](LINK.png)
Logs
No response
Browsers
No response
OS
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: