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 VectorDatabase method: purge_records() #69

Open
kalimu opened this issue Dec 11, 2024 · 0 comments · May be fixed by #85
Open

add VectorDatabase method: purge_records() #69

kalimu opened this issue Dec 11, 2024 · 0 comments · May be fixed by #85
Assignees

Comments

@kalimu
Copy link
Member

kalimu commented Dec 11, 2024

The goal is to delete all the records from the namespace, the make the namespace empty again and ready for new data (for example generated by new improved prompt).

Possibly this could be achieve by first listing all available records #77 first and then passing or iterating over record IDs to delete them.

@maciekbanas maciekbanas self-assigned this Dec 17, 2024
@maciekbanas maciekbanas linked a pull request Dec 27, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants