Actualités

Vector similarity search with Azure SQL & Azure OpenAI This example shows how to use Azure OpenAI from Azure SQL database to get the vector embeddings of any chosen text, and then calculate the cosine ...
🧪 How to Use Clone or download this repository. Navigate to the SQL Queries/ folder and open any .sql file in your SQL editor. Match the result with the corresponding .csv file in the Output/ folder.
We had formatted a string that looked like {ts 25-4-2002 6:02:58} (as an example) and SQL was barfing on the 4. It wanted 04. and when we fixed that, it barfed on the 6. It wanted 06. Highly annoying.