•   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?

  • 1 comment

  •   •   almost 2 years ago

    Quoting the proxy site. These should be available:
    "Text embeddings: text-embedding-3-small (recommended), text-embedding-ada-002"

Comments are closed.