Use a related knowledge base and Databricks #1428
stevenveenma
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have conducted some tests in the past using Langchain-based RAG. Additionally, I have built a knowledge graph-based RAG solution myself in Python. The content for this came from a knowledge base with relationships between the texts. To use this, each text, along with its properties and its relations, was written to JSON files that could be imported to create the knowledge graph. I am aware that Graphrag has a different approach, but is it possible to use these related JSON files as input?
I use Azure Databricks to create my code. I am interested in the Graphrag solution accelerator, but implementing this requires assistance from our very busy solution architect and cloud engineers and this will take substantial time. I am considering starting on Databricks with this repository, but there are some quirks with GitHub repositories on Databricks. Can you give me advice on this?
Beta Was this translation helpful? Give feedback.
All reactions