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

Set temporary expiration date for versioned vector stores #969

Open
SmittieC opened this issue Dec 10, 2024 · 1 comment
Open

Set temporary expiration date for versioned vector stores #969

SmittieC opened this issue Dec 10, 2024 · 1 comment

Comments

@SmittieC
Copy link
Collaborator

SmittieC commented Dec 10, 2024

When we create a vector store during versioning and something goes wrong, the new experiment version gets rolled back. However, we do not do any sort of cleanup of the potentially created vector store on OpenAI. This could potentially create an expensive artefact.

A potential fix:
We set an expiration date when creating the vector store the first time during versioning. Only after the version was created successfully do we go back and remove that expiration date so that this version will not lose its vector store.

@SmittieC SmittieC changed the title Set expiration date for versioned vector stores Set temporary expiration date for versioned vector stores Dec 10, 2024
@SmittieC
Copy link
Collaborator Author

cc @snopoke

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

No branches or pull requests

1 participant