Vector Storage Data Disappears from Azure OpenAI Assistant
Description: We are experiencing an issue with the Azure OpenAI Assistant where the vector storage remains, but all files inside disappear after a few days.
Steps to Reproduce:
- Create multiple Assistants via the Azure OpenAI Playground.
- Retrieve the Assistant IDs and Vector Storage IDs from the Playground.
- Upload a small
.txt
file to the vector storage for each Assistant. - Perform a daily health check by running all Assistants to keep the storage data active.
- After a few days, check the vector storage and observe that all
.txt
files are missing, while the vector storage itself still exists.
Expected Behavior: The .txt
files inside the vector storage should persist unless manually deleted, especially since we are actively running the Assistants daily to maintain activity.
Actual Behavior: Despite running daily health checks by executing all Assistants, the vector storage files still disappear after a few days, while the storage itself remains.
Environment Details:
- Azure OpenAI Playground
- Multiple Assistants
- Assistant and Vector Storage IDs retrieved manually
Impact: This issue disrupts our workflow, requiring us to repeatedly re-upload files. The daily execution of all Assistants did not prevent the file loss.
Issue Title: Vector Storage Data Disappears from Azure OpenAI Assistant
Description:
We are experiencing an issue with the Azure OpenAI Assistant where the vector storage remains, but all files inside disappear after a few days.
Steps to Reproduce:
- Create multiple Assistants via the Azure OpenAI Playground.
- Retrieve the Assistant IDs and Vector Storage IDs from the Playground.
- Upload a small
.txt
file to the vector storage for each Assistant. - Perform a daily health check by running all Assistants to keep the storage data active.
- After a few days, check the vector storage and observe that all
.txt
files are missing, while the vector storage itself still exists.
Expected Behavior:
The .txt
files inside the vector storage should persist unless manually deleted, especially since we are actively running the Assistants daily to maintain activity.
Actual Behavior:
Despite running daily health checks by executing all Assistants, the vector storage files still disappear after a few days, while the storage itself remains.