Does OpenAI plan to release a vector search feature at some point?

Out of curiosity, does OpenAI plan to offer a search function on their vector stores at some point? I have a million and 2 use cases for it.

And i know there’s other providers… but I am already creating the stores for other purposes on OpenAI (assistants), and given their expertise on the topic and clearly they’re already really good at it, why would they not have exposed a feature like this to the public?

Thanks,

Slavi

They made this just for you!

https://platform.openai.com/docs/guides/retrieval

1 Like

Am i blind? How did i miss this? How long has this been a thing?

@_j

Also, one more question, is semantic the main option they provide?

It is based on embeddings, thus works in similarity scores between document chunks and what you send.

About the only option you have is a “rewriting”, of limited use.

1 Like

Yeah that makes sense. Thanks man!