Skip to content
Discussion options

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

Comment options

You must be logged in to vote
1 reply
@jamesmkfoo23
Comment options

Answer selected by jamesmkfoo23
Comment options

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