Enhanced app with Vector Search support

- Updated README.md with details on Vector Support in Azure SQL Database, application functionalities, and setup instructions.
- Removed inheritance of `Question` class from `Search` class and deleted `Search` class.
- Minor adjustment in Program.cs for endpoint description consistency.
- Simplified appsettings.Development.json by removing the empty "ConnectionStrings" section.
- Enhanced Script.sql with SQL commands to create `DocumentChunks` and `Documents` tables, including schema for identifiers, content, embeddings, document names, creation dates, and established a foreign key relationship between the two tables.
This commit is contained in:
Marco Minerva
2024-06-14 17:42:37 +02:00
parent b6c898a3f5
commit dcccdf7365
7 changed files with 44 additions and 10 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB