I am experiencing an issue when trying to select the text-embedding-3-small and text-embedding-3-large embedding models in my Azure AI Search Service while connecting it to Azure OpenAI Service. Despite being implemented several days ago, these models…
// // This one is for `azure_openai`. // .header("api-key", api_key.clone());let mut req = reqwest::Client::new() .post(uri.to_string()) .header("Content-Type", "application/json") @@ -1827,6 +1827,8 @@ impl OpenAIEmbedder { ...