Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 521 Bytes

File metadata and controls

16 lines (10 loc) · 521 Bytes

Azure OpenAI Text Embedding Service

A web application that converts text into vector embeddings using Azure OpenAI's embedding model, deployed with Terraform and GitHub Actions.

📚 Documentation & Tutorial

For detailed setup instructions and usage examples, visit our tutorial at: sofianlak.fr

🛠️ Tech Stack

  • Frontend: HTML/JavaScript
  • Backend: Python Flask
  • AI: Azure OpenAI (text-embedding-ada-002)
  • Infrastructure: Terraform
  • CI/CD: GitHub Actions