RAG implementation from an existing knowledge graph #29844
Unanswered
laurasck14
asked this question in
Q&A
Replies: 0 comments
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.
-
Checked other resources
Commit to Help
Example Code
Description
I am trying to implement RAG from and EXISTING knowledge graph created outside of Langchain. What I mean is that I already have data for nodes and edges and I saw Langchain already supports creation of them.
All of my nodes have some metadata information but not all of them have an associated text (from a compilation of different sources).
All of the documentation and examples I saw so far are based on documents from which a graph is then created. This would not be needed but I would like to generate embeddings from the nodes that take into account the text/metadata/edges...
My questions:
I'm kind of new to NLP and RAG so any help is appreciated! :)
System Info
System Information
Package Information
Beta Was this translation helpful? Give feedback.
All reactions