Replies: 3 comments
-
I need this too! Any code example? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I would do the following:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm trying to use GraphRag on my own Python code to create indexed text documents.
I was able to reproduce it through the Indexer CLI and worked perfectly, but I want to execute it using my own logic in my code instead of using
python -m ...
on command line.Is there an example I can follow to reach it?
edit: not really sure I was clear enough. I want to avoid, for example, executing it using
subprocess
.Beta Was this translation helpful? Give feedback.
All reactions