diff --git a/SqlDatabaseVectorSearch/Components/Pages/Home.razor b/SqlDatabaseVectorSearch/Components/Pages/Home.razor index faf2b04..a120b40 100644 --- a/SqlDatabaseVectorSearch/Components/Pages/Home.razor +++ b/SqlDatabaseVectorSearch/Components/Pages/Home.razor @@ -4,16 +4,34 @@ SQL Database Vector Search

SQL Database Vector Search

-

- How to use the native VECTOR type in Azure SQL Database to perform embeddings and RAG with Azure OpenAI. -

-

- This application allows to load documents, generate embeddings and save them into the database as Vectors, and perform searches using Vector Search and RAG. Currently, PDF, DOCX, TXT and MD files are supported. Vectors are saved and retrieved with Entity Framework Core using the EFCore.SqlServer.VectorSearch library. Embedding and Chat Completion are integrated with Semantic Kernel. + +

+ A Blazor Web App and Minimal API for Retrieval Augmented Generation (RAG) and vector search using the native VECTOR type in Azure SQL Database with Azure OpenAI.

-

Supported features

+

+ This application allows you to: +

+ Embeddings and chat completion are powered by Semantic Kernel. Vectors are managed with EFCore.SqlServer.VectorSearch. +

+ +

Supported Features

+ +

+ Try uploading a document or ask a question to get started! +

+ +

+ For API usage and more details, see the README. +