graph rag python API #2099
Unanswered
samer-alisaleh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Im having hard time figuring out a way to run the query in python instead of command line. Im able to download the msgraphrag under my virtual environment. I ran the init, index and Im able to query my data using the different search methods but now I want to build an app around it. Notebook examples created under this repository and internet searches point to library that seems to be an accessible
from graphrag.index.cli
and
from graphrag.query import execute_local_search, execute_global_search
For some reason I keep getting unresolved or cant import error and therefore no progress.
Thanks for the help
Beta Was this translation helpful? Give feedback.
All reactions