How to use pre-chunked documents as input to graphrag? #1174
-
I have a pre-chunked document with only 100 tokens per text chunk, and I want to use grapgrag to analyze it. I found that there is an option in the source code that defaults to False for prechunked. How can I change it to True in the configuration file? And what data format should I use to input my document data? |
Beta Was this translation helpful? Give feedback.
Answered by
zhangyuanwang777
Sep 21, 2024
Replies: 1 comment 2 replies
-
This problem can be solved by passing data in csv format |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
zhangyuanwang777
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This problem can be solved by passing data in csv format