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

Allow incremental / resume after when an extraction failed #667

Closed
prakriti-solankey opened this issue Aug 7, 2024 · 0 comments
Closed
Labels
enhancement New feature or request

Comments

@prakriti-solankey
Copy link
Contributor

  • In UI would allow to select failed/canceled documents -> reset to New (refresh icon)
  • Store processingStatus on document / chunks and use that to determine at which step and which part to pick up
    again
  • for embeddings where c.embedding is null
  • other option is just check if there are HAS_ENTITY relationships
  • process only where not exists {(c) -[:HAS_ENTITY] -> ()}
  • allow to process failed documents (with a user confirmation)
@prakriti-solankey prakriti-solankey added the enhancement New feature or request label Aug 7, 2024
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