-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Do you need to ask a question?
- I have searched the existing question and discussions and this question is not already answered.
- I believe this is a legitimate question, not just a bug or feature request.
Your Question
may you share
what technique you used for graph creation : nodes and chunks similarities or Subject-Predicate-Object
1
nodes are chunks and edges are similarities between chunks like
https://github.com/NirDiamant/RAG_Techniques/blob/main/all_rag_techniques/graph_rag.ipynb
or
2
Subject-Predicate-Object (SPO) Triples
node Subject.
then edge Predicate
next now is Object
like
https://levelup.gitconnected.com/converting-unstructured-data-into-a-knowledge-graph-using-an-end-to-end-pipeline-552a508045f9
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested