-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question on structured data input #2
Comments
Hi, Thanks for raising the question. What kind of structured data are you aiming to use with? Since it's already structured data, can you organize them as heterogeneous graphs from the csv file so that GraphAgent can take more easily? The current |
Thanks for the reply! I'm looking for a way to automatically convert complex structured data (like financial records) into a graph. Previously I found that directly inputting CSV files into GraphRAG doesn’t yield satisfactory results, as the LLM struggles with structured data. It would be helpful to have guidance or an implementation for directly handling structured data. Thank you! :D Also I have a question about the output of the heterogeneous graph. Specifically, does it include relationship information (edges) between scaffold nodes? From what I can see in the demo use case output after running bash run.sh, it only shows scaffold nodes and their associated keywords: |
Hey there! First of all, thank you so much for this fantastic project! The work you've done here is truly impressive and inspiring.
I’m curious if there’s a specific pipeline for constructing graphs from structured data like CSV files. I tried running default
bash run.sh
and inputting the path to my structured data directly, but the results weren’t as expected. Are there examples or guidance for handling structured data?Thank you!
The text was updated successfully, but these errors were encountered: