Skip to content

feat(llm): knowledge graph construction by llm#7

Merged
simon824 merged 8 commits intoapache:mainfrom
Zony7:text2kg-branch
Oct 20, 2023
Merged

feat(llm): knowledge graph construction by llm#7
simon824 merged 8 commits intoapache:mainfrom
Zony7:text2kg-branch

Conversation

@Zony7
Copy link
Copy Markdown
Contributor

@Zony7 Zony7 commented Oct 15, 2023

close #6

Feature Description (功能描述)

Using llm to construct a knowledge graph(text2kg) involves three steps:

  1. Extracting triples and schemas from unstructured text(text2data)
  2. Disambiguating data(data2data)
  3. Storing triples and schemas in the hugegraph database(data2kg)

Text2kg is implemented through chain programming and can be tested step by step in the text2kg.py

Copy link
Copy Markdown

@javeme javeme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice feature~ Thanks for your contribution.

@imbajin imbajin self-requested a review October 18, 2023 04:21
@imbajin imbajin changed the title [Feature] knowledge graph construction by llm feat(llm): knowledge graph construction by llm Oct 18, 2023
Copy link
Copy Markdown
Member

@simon824 simon824 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@simon824 simon824 merged commit e6136ae into apache:main Oct 20, 2023
@Zony7 Zony7 deleted the text2kg-branch branch January 24, 2024 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

[Feature] knowledge graph construction by llm

4 participants