Skip to content

ModuleNotFoundError: No module named 'MemGraphRAG.src.prompts' #2

@Verigyk

Description

@Verigyk

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions