Replies: 3 comments 2 replies
-
This would be super really neat as you can combine it with existing vector databases. |
Beta Was this translation helpful? Give feedback.
-
Please see the response here: #396 |
Beta Was this translation helpful? Give feedback.
-
I have a similar use case - but with a lexical graph in a Neo4j graph database which has been created from multiple documents. The input step in graphrag only takes in plain text strings (at least in the documentation I have found, including the csv example), would be cool to learn how to run graphrag on an exisiting lexical property graph. In my case - my graph contains both section & table-row-data nodes with properties such as an id and text. To run the index engine on each node and let it extract text units, entities, communities etc would be MEGA. For small token nodes (like table-row-data nodes) the relation between a node and text unit would be 1:1, whereas with a larger section node (containing largers pieces of text) it would be 1:many. |
Beta Was this translation helpful? Give feedback.
-
Hello. I have the following use case: I would like to generate a Knowledge Graph but starting from existing embedded Chunks.
I have been reading on how the indexing process is structured, essentially for my use case is I want to skip the step where we start from text Documents and we create Text Units.
Does the config allows for the population of TextUnit or how one would adapt the code to achieve this? Thank you in advance for all the help you can give me.
Beta Was this translation helpful? Give feedback.
All reactions