Closed bonadio closed 3 months ago
Thank you for your response! I've submitted a PR.
@bonadio I have encountered similar error when I try to use ollama, and mistral to run the script. have you tried it out?
Passage NER exception expected string or bytes-like object
self.client
HI @sravanjosh07, I did not use ollama. You can add traceback to the exception and print the stack trace. Then you can find the exactly problem.
Hi
First congratulations for the team, the results seems very promising.
I don't have a local GPU so I created this Colab Notebook to run the code.
https://colab.research.google.com/drive/1Su1nnxed7r1UUJIa-sSstVLz2YJrKItU?usp=sharing
When I import the HippoRAG in a python file and try to run, I get an error in hipporag.py in the function named_entity_recognition "Query NER exception" looks like the client should be self.client
This is the original code
This is the updated code that works for me