mirror of
https://github.com/marcominerva/SqlDatabaseVectorSearch.git
synced 2026-06-20 12:23:10 +00:00
90b69f05d8
- Separated endpoint definitions into `AskEndpoints` and `DocumentEndpoints` classes for better organization and maintainability. - Removed inline endpoint definitions in `Program.cs` and replaced with `app.MapEndpoints();`. - Updated `Microsoft.SemanticKernel` package from version `1.40.0` to `1.40.1`. - Replaced `MinimalHelpers.OpenApi` with `MinimalHelpers.Routing.Analyzers` in project dependencies. - Defined new POST endpoints for asking questions and document management with detailed API documentation. - Enhanced code structure for easier management and future extensibility.