mirror of
https://github.com/marcominerva/SqlDatabaseVectorSearch.git
synced 2026-06-20 12:23:10 +00:00
Update Swagger config and package versions
- Removed AddFormFile method from Swagger config in Program.cs - Updated package versions in SqlDatabaseVectorSearch.csproj: - Microsoft.SemanticKernel to 1.16.2 - MinimalHelpers.OpenApi to 2.0.11 - Swashbuckle.AspNetCore to 6.7.0 - TinyHelpers to 3.1.11 - TinyHelpers.AspNetCore to 3.1.8 - Removed old package references from SqlDatabaseVectorSearch.csproj
This commit is contained in:
@@ -39,7 +39,6 @@ builder.Services.AddSwaggerGen(options =>
|
||||
options.SwaggerDoc("v1", new OpenApiInfo { Title = "SQL Database Vector Search API", Version = "v1" });
|
||||
|
||||
options.AddDefaultResponse();
|
||||
options.AddFormFile();
|
||||
});
|
||||
|
||||
builder.Services.AddDefaultProblemDetails();
|
||||
|
||||
Reference in New Issue
Block a user