Where does GPT assistant store the embeddings

Documentation says that openai automatically creates the chunks and stores the embeddings.

Retrieval augments the Assistant with knowledge from outside its model, such as proprietary product information or documents provided by your users. Once a file is uploaded and passed to the Assistant, OpenAI will automatically chunk your documents, index and store the embeddings, and implement vector search to retrieve relevant content to answer user queries.

Where does the embeddings stored. Is it stored in some Azure service? Is there a way to access that embedding store?

If you watched the Microsoft keynote today, you may have seen mention of the Azure retrieval service that is used, so yes, it is on Azure services and is part of Microsoft’s vector and embedding service. I think it’s this Vector search - Azure AI Search | Microsoft Learn

2 Likes

There were screenshots on twitter leaking that they use qdrant, but I don’t think it’s been officially confirmed anywhere.

It’s not been confirmed anywhere because they are quite open about using Microsoft AI search, it’s not a secret.