Hi, first, it's a nice project.
Nevertheless, I encounter some problems when I'm running Memgraphrag.py
I get this error :
Traceback (most recent call last):
File "MemGraph/test_llm_client.py", line 8, in
from MemGraphRAG.src.Memgraphrag import *
File "MemGraph/MemGraphRAG/src/Memgraphrag.py", line 23, in
from .information_extraction import OpenIE
File "MemGraph/MemGraphRAG/src/information_extraction/init.py", line 1, in
from .openie_openai import OpenIE
File "MemGraph/MemGraphRAG/src/information_extraction/openie_openai.py", line 8, in
from ..prompts import PromptTemplateManager
ModuleNotFoundError: No module named 'MemGraphRAG.src.prompts'
Maybe, a file might be missing.
Thanks in advance for your help
Hi, first, it's a nice project.
Nevertheless, I encounter some problems when I'm running Memgraphrag.py
I get this error :
Traceback (most recent call last):
File "MemGraph/test_llm_client.py", line 8, in
from MemGraphRAG.src.Memgraphrag import *
File "MemGraph/MemGraphRAG/src/Memgraphrag.py", line 23, in
from .information_extraction import OpenIE
File "MemGraph/MemGraphRAG/src/information_extraction/init.py", line 1, in
from .openie_openai import OpenIE
File "MemGraph/MemGraphRAG/src/information_extraction/openie_openai.py", line 8, in
from ..prompts import PromptTemplateManager
ModuleNotFoundError: No module named 'MemGraphRAG.src.prompts'
Maybe, a file might be missing.
Thanks in advance for your help