8000 Update README.md to add Community Samples · yang-jiayi/azure-sql-db-openai@fbcf1f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit fbcf1f2

Browse files
Update README.md to add Community Samples
1 parent 44d3b45 commit fbcf1f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,7 @@ thanks to columnstore, even on small SKU, the performance can be pretty fast, we
106106
Azure SQL database, and by extension SQL Server, already has a great support for vector operations thanks to columnstore and its usage of [SIMD](https://en.wikipedia.org/wiki/Single_instruction,_multiple_data) [AVX-512 instructions](https://www.intel.com/content/www/us/en/architecture-and-technology/avx-512-overview.html).
107107

108108
A vector is nothing more than a list numbers (in this scope) and list of numbers can be perfectly stored in a column and even better in a columnstore index. You can start to take advantange of optimized vectors operations right now, directly in Azure SQL database, taking also advantage of all other features that it offers to developers.
109+
110+
## Community Samples
111+
112+
[Use a Poor Developers Vector Database to Implement The RAG Pattern](https://blazorhelpwebsite.com/ViewBlogPost/5066)

0 commit comments

Comments
 (0)
0