Vector store default expiration value

Hello there!

I’m trying to understand the default expiration of vector store. Some forum users say that default value is 7 days.

But I see “never” in my dashboard
Screenshot 2024-09-12 at 19.03.41

and
expiresAt Int? nil none
in the vector store object response.

So the question is what nil means: “7 days” or “never”.

I have the same question and issue. My vector store get cleared after a while, but I didn’t set any expiration, so I thought that it would not end.

I’ve created a similar topic here: Vector Stores lose the files associated with them - #2 by victoria.langoe

Here What is the max value in expiry_after for vector store? - #2 by arata I can read: The default is never expiring, unless it is a vector store automatically created by file attachment to a user message of a thread, which is then seven days. Which makes more sense.

If the tool File Search is enabled then it will be 7 days: Official docs