OSU-NLP-Group / HippoRAG

HippoRAG is a novel RAG framework inspired by human long-term memory that enables LLMs to continuously integrate knowledge across external documents.
https://arxiv.org/abs/2405.14831
MIT License
902 stars 73 forks source link

colbertv2 load_node_vectors fail! #25

Open zhangyanbo2007 opened 1 week ago

zhangyanbo2007 commented 1 week ago

hipporag.py def load_node_vectors() self.embed_model is None failed, why?

yhshu commented 1 week ago

Hi, we can hardly help you unless you provide how you called this program, what the commands were, and what error messages were reported, thanks!

yhshu commented 1 week ago

Hi, this is an issue due to a recent update is causing the issue, I've submitted a PR and the latest version will run colbertv2 correctly.