Md Palash Hossain • almost 2 years ago
Vectorize and store the embeddings in documents
I am following the Python learning guide. In Lab 3, I need to embed strings using an embedding model. The AI Learning Hackathon proxy playground does not offer any embedding models. How can I complete this embedding as this functionality is required in my project? I do not have access to OpenAI services in Azure. Is there any way to access embedding models from the proxy playground?
Comments are closed.

1 comment
John Fiewor • almost 2 years ago
Quoting the proxy site. These should be available:
"Text embeddings: text-embedding-3-small (recommended), text-embedding-ada-002"