mirror of
https://github.com/marcominerva/SqlDatabaseVectorSearch.git
synced 2026-06-20 12:23:10 +00:00
Refactor caching and OpenAPI integration
Updated Program.cs to replace Swagger with OpenApi and MemoryCache with HybridCache. Refactored ChatService.cs to use HybridCache asynchronously. Removed MessageLimit from AppSettings.cs and appsettings.json. Updated SqlDatabaseVectorSearch.csproj to include HybridCache package and update dependencies.
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
"MaxRelevantChunks": 10,
|
||||
"MaxInputTokens": 16385,
|
||||
"MaxOutputTokens": 800,
|
||||
"MessageLimit": 20,
|
||||
"MessageExpiration": "00:05:00"
|
||||
},
|
||||
"Logging": {
|
||||
|
||||
Reference in New Issue
Block a user