Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Knowledge Graph from Entity Extraction #250

Open
taahan0810 opened this issue Mar 30, 2024 · 6 comments
Open

Knowledge Graph from Entity Extraction #250

taahan0810 opened this issue Mar 30, 2024 · 6 comments
Labels
enhancement New feature or request

Comments

@taahan0810
Copy link

taahan0810 commented Mar 30, 2024

Hey, I was thinking of creating a knowledge graph from the extracted entities of the documents. We could first extract the entities and then these entities could be the edges of the documents. This way we can map the documents as knowledge where the edge information is the common entities between documents. How does this sound?

@emrgnt-cmplxty emrgnt-cmplxty added the enhancement New feature or request label Mar 30, 2024
@emrgnt-cmplxty
Copy link
Contributor

Sounds amazing, let's start with an entity extraction pipeline that can sit after the ingestion pipeline in the default RAG system?

@taahan0810
Copy link
Author

Sounds good!

@emrgnt-cmplxty
Copy link
Contributor

@taahan0810 - I spent a few minutes and whipped up a very RD of the entity extraction pipeline here, thoughts?

@taahan0810
Copy link
Author

This looks good! I was not sure if the Pipeline class import was present in r2r.pipelines so I left a comment.

@emrgnt-cmplxty
Copy link
Contributor

this code won't run, it's more or less an early version - do you want to pull it in and polish it and commit some changes?

@taahan0810
Copy link
Author

Yes, on it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants