Hello @Robert Bowden
Thanks for reaching out to us for this question, I think you are asking the limitation for text embeddings model in Azure OpenAI and the availability of ada-001.
For your question one, these APIs output fixed-length vectors, which are not adjustable in terms of their dimensionality. I am sorry for the inconveniences. I have forwarded this feedback to product team to see any potential solution.
However, there are some potential workarounds you could consider but it's not easy to implement. One option would be to perform dimensionality reduction on the vectors after they are generated by the those APIs. Techniques like principal component analysis (PCA) or t-SNE can be used to reduce the dimensionality of the vectors while preserving their important features. This could allow you to reduce the dimensionality of the vectors from 1536 to 1024, which would be compatible with ElasticSearch's maximum dimension size for vector fields.
For your question two, currently there is no deprecation plan for ada-001 in Azure OpenAI, it has good advantage which is faster and cheaper.
I hope my answer is helpful, please let me know if you have more questions.
Regards,
Yutong
-Please kindly accept the answer and vote 'Yes' if you feel helpful to support the community, thanks a lot.