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

Add Support for Deleting Documents in Chroma DB UI #3

Open
BuddhiD-Workaholic opened this issue Apr 19, 2024 · 0 comments
Open

Add Support for Deleting Documents in Chroma DB UI #3

BuddhiD-Workaholic opened this issue Apr 19, 2024 · 0 comments

Comments

@BuddhiD-Workaholic
Copy link

Description:
Currently, the Chroma DB UI allows users to view and manage documents, but it lacks the capability to delete documents directly from the UI. This feature is crucial for managing data lifecycle and ensuring that users can maintain their databases effectively without having to resort to external tools or direct database manipulation.

Expected Behavior:
The UI should provide a delete option for each document listed, enabling users to remove documents they no longer need. Ideally, this would involve:
Delete Button: Each document entry should have a delete button.
Confirmation Dialog: Clicking the delete button should open a confirmation dialog to prevent accidental deletions.
Real-time UI Update: After a document is successfully deleted, the UI should update to reflect this change without needing to reload the page.

Use Case:
As a user, I want to be able to delete documents from the Chroma DB UI so that I can manage my documents directly from the interface without needing backend access. This is particularly useful in scenarios where documents are outdated, incorrect, or no longer needed.

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

No branches or pull requests

1 participant