Clemens Siebler
Clemens Siebler
It also took me while to figure it out, I have my blog under `www.domain.com/blog` and I need to prefix the image path with `/blog`. Example image is stored under...
I'm on langchain-0.0.117 and as long as I use `OpenAIEmbeddings()` without any parameters, it works smoothly with Azure OpenAI Service, but requires the model deployment to be named `text-embedding-ada-002`.
> @floleuerer @aajn88 > > Setting the `chunk_size `explicity while initializing the `OpenAIEmbeddings()` embeds worked for me. Setting the deployment name explicitly did not help to overcome the max_input error....