Skip to content

How to use graphrag with other database and structured data? #1679

Answered by sonnt-dna
jamesmkfoo23 asked this question in Q&A

You must be logged in to vote

I have tried the "Get Started "guide (https://microsoft.github.io/graphrag/get_started/) by installing python graphrag, indexing and querying using graphrag cli which creates the output in local lancedb.

Q1) Is it possible to create the indexes into Azure Postgres Flexible server or Neo4J using ms graphrag?

Q2) Additionally what if I have these data sets:

  1. structured data which shows entity relationships (entities are in bold)
    Sample:
    {
    "relationship": "Contains::Contained by",
    "parent.class": "site",
    "parent.name": "APAC-HUB-01",
    "child.description": "Windows Server for xxxx",
    "parent.description": "Site location",
    "child.class": "win_server",
    "child.name": "server01"
    }
  2. entity and attri…

Replies: 2 comments 1 reply

You must be logged in to vote
1 reply
@jamesmkfoo23

Answer selected by jamesmkfoo23

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants