text embedding & rerank models

Hi — I’m building an agent architecture that needs embedding and rerank capabilities. For example, models like OpenAI’s text-embedding-3-small/large or Cohere’s rerank model. But I couldn’t find them in the model library. Are there models that can fulfil these functions?

I’m developing an agent-based architecture that requires both embedding and reranking functionalities. I was expecting to find models such as OpenAI’s text-embedding-3-small/large or Cohere’s reranker, but they don’t seem to appear in the model list. Are there any available models that can perform these tasks?

Hi @Hakan,

The Data Sources feature uses OpenAI’s ada embedding model for RAG.

You can read more about Data Sources here: