mirror of
https://github.com/marcominerva/SqlDatabaseVectorSearch.git
synced 2026-06-20 12:23:10 +00:00
dcccdf7365
- 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.
10 lines
190 B
JSON
10 lines
190 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.KernelMemory": "Debug"
|
|
}
|
|
}
|
|
}
|