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

if embedding or chunking or any of the worker fails in the background, need a simple way to communicate that to user. #24

Open
sreeshas opened this issue Mar 23, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@sreeshas
Copy link

Feature request

Is your feature request related to a problem? Please describe.

Lets say there is an issue with chunking and only half the document got chunked and there was timeout after. There is no easy way to inform user to try it again. ( delete the uploaded file and retry it)

Describe the solution you'd like

supabase should provide a way to surface the error to user indicating something failed while running background task so they can try it again.

Describe alternatives you've considered

alternative is to have a table to track individual states and alert user to try again if a state has not been reached after sometime.

Additional context

Add any other context or screenshots about the feature request here.

@sreeshas sreeshas added the enhancement New feature or request label Mar 23, 2024
@gregnr
Copy link
Collaborator

gregnr commented Apr 22, 2024

Thanks for the suggestion @sreeshas. We added this note for cases when embeddings fail, but a more detailed solution would be helpful. Open to PRs!

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