-
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
[BUG] kotaemon 0.9.2 requires umap-learn==0.5.5, but you have umap-learn 0.5.7 which is incompatible. #535
Comments
我也遇到了这个错误 |
And Docling error dependencys :
|
Same problem here. |
Similar problem... after running: pip install git+https://github.com/HKUDS/LightRAG.git It was running, but no ollama... so I wanted to install the needed LightRag... pip show hnswlib |
I tried again ... delete the environment and recreate again. That worked (workaround) :) |
Description
Hi,
On conda python 3.11 env kotaemon install and run work well.
In second time, I would like to install nanoGraphRAG but dependency problem and starting crash.
Thanks for your work, Kind regards, David
starting crash if I dont use your :: To quickly fix: pip uninstall hnswlib chroma-hnswlib && pip install chroma-hnswlib
If I quick fix with your :: To quickly fix: pip uninstall hnswlib chroma-hnswlib && pip install chroma-hnswlib
I can import PDF documents in NanoGraphRAG collection file. I see entitys in log console...
But when I request prompt in the CHAT with nanoGraphRAG file select, I see Thinking but it displays error surrounded by red in the middle of the chat screen and the information panel on the right.
log
Idem for LightRAG with error dependency.
When I install MS GraphRAG this error dependency. But document integration using embedding qwen2.5:14b seems to work well (but obviously takes a long time) as do chat queries (LLM qwen2.5:14b too) with mindmap and entity graph display.
Reproduction steps
Screenshots
![DESCRIPTION](LINK.png)
Logs
No response
Browsers
Firefox
OS
Linux
Additional information
No response
The text was updated successfully, but these errors were encountered: