Replies: 2 comments
-
any answer pls? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Since v1.4.0, project dependency management has transitioned to |
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.
-
Do you need to ask a question?
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
Beta Was this translation helpful? Give feedback.
All reactions