Showing results for December 2024 - Azure SQL Devs’ Corner

Dec 17, 2024
1
2

Embedding models and dimensions: optimizing the performance to resource-usage ratio

Davide Mauri
Davide Mauri

Since the release of vector preview, we've been working with many customers that are building AI solution on Azure SQL and SQL Server and one of the most common questions is how to support high-dimensional data, for example more than 2000 dimensions per vector. In fact, at the moment, the vector type supports "only" up to 1998 dimensions for an emb...

Azure SQLAIVectors
Dec 16, 2024
0
1

Azure SQL ❤️ Python!

Davide Mauri
Davide Mauri

I recently presented at Python Day 2024 on Langchain integration. I created a slide deck that I believe can be useful beyond just the session, so I wanted to share it here for everyone's benefit. The deck covers the most common topics for a Python developer: The slide deck, which I created using the Sli.dev SDK, so t...

Azure SQLPythonSQL Bindings