yuwvandy / KG-LLM-MDQA

266 stars 28 forks source link

Issue Title: Issues Running KG-LLM-MDQA Project and Database Selection Advice #6

Open hippoley opened 10 months ago

hippoley commented 10 months ago

Hello! Dr. Yu Wang ~ I'm currently working on running the KG-LLM-MDQA project found in pipeline_demo.zip and have come across some technical challenges. I believe this part of the project to be the MVP, encompassing graph construction to graph retrieval, and I'm keen on getting it to work properly.

Issue: ModuleNotFoundError in backend.py While attempting to run backend.py, I'm encountering a ModuleNotFoundError. The error details are as follows:

image

I have checked the directory structure but can't seem to locate the related module or file. This suggests that some files might be missing, or perhaps I missed some crucial setup steps. Could you provide guidance or suggestions for resolving this?

Database Selection Considerations Additionally, I'm contemplating the choice of database for storing extensive text segments used in the project. Considering these text segments as nodes in the database, I'm evaluating the appropriateness of Neo4j for this purpose. My main considerations are:

I'm also weighing the option of using a combination of Elasticsearch and MongoDB. Could you provide insights on which approach might be more suitable for this kind of data handling?

Thank you for your time and assistance. I'm very enthusiastic about your project and look forward to making the most out of it.