Joshua-Yu / graph-rag

Graph based retrieval + GenAI = Better RAG in production
190 stars 60 forks source link

utils import not working #6

Open adhoc2 opened 3 months ago

adhoc2 commented 3 months ago

Hi, the following python lines do not work as the functions does not exist in python-utils module. from utils import BaseLogger from utils import ( extract_title_and_question, create_vector_index,)

thanks for your support.

alienverarslan commented 3 months ago

I have the same problem. thank you for the support

alienverarslan commented 3 months ago

@adhoc2 I have found the answer.

https://github.com/docker/genai-stack/blob/main/utils.py