I am facing an issue with llamaindex version 0.8.66 when trying to create an embedding with OpenAIEmbedding
I am using the Azure Openai 1.2.2 (client binaries)
-> llamaindex fails with POST
https://myname.openai.azure.com/embeddings "HTTP/1.1 404 Resource Not Found"
-> plain binary (from openai import AzureOpenAI) works for POST
https://myname.openai.azure.com//openai/deployments/text-embedding-ada-002/embeddings?api-version=2023-05-15 "HTTP/1.1 200 OK"
How can this be fixed?
As you can see the native client does not have this problem