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

New Feature: Run KG extraction on already imported structured data (w/text) #596

Open
jexp opened this issue Jul 21, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@jexp
Copy link
Contributor

jexp commented Jul 21, 2024

  • If someone has already text data in a number of properties of nodes in neo4j (e.g. imported from external structured data), can we enrich or mark up that data to be processed by the KG builder?
  • In principle we need a "virtual" document and an additional "__Chunk__" label on the nodes with the texts. and then use the "pick up from where it stopped"
  • usually those text parts are smaller than our chunk size so we might be able to skip chunking itself
  • so we only need chunk embeddings, entity extraction as the minimal steps
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

1 participant