8000 Merge pull request #3 from ADefWebserver/main · lohithgn/azure-sql-db-openai@90b8d73 · GitHub
[go: up one dir, main page]

Skip to content

Commit 90b8d73

Browse files
authored
Merge pull request Azure-Samples#3 from ADefWebserver/main
Update README.md to add Community Samples
2 parents b425531 + 9105526 commit 90b8d73

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