Open
Description
In the application of RAG, embedding and rerank models are just as important as LLMs. Currently, the most effective options include those from Voyage, Cohere, Jina, and bge. Could you consider developing related classes and independent configurations for the embedding and rerank models provided by these vendors?
At the moment, we can only define them in a way compatible with OpenAI. However, OpenAI does not provide a rerank model, so we have to connect to the API ourselves using RestClient.