Files
SqlDatabaseVectorSearch/SqlDatabaseVectorSearch/appsettings.Development.json
T
Marco Minerva 0cc969c164 Switch to CountEmbeddingTokens in chunkers
Updated the token counting method from CountChatCompletionTokens to CountEmbeddingTokens in VectorSearchService, DefaultTextChunker, and MarkdownTextChunker to align with embedding token counting. Added a new logging configuration for Microsoft.AspNetCore.Watch.BrowserRefresh in appsettings.Development.json to manage log verbosity during development.
2025-10-16 12:32:48 +02:00

11 lines
259 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.AspNetCore.Watch.BrowserRefresh": "Warning",
"SqlDatabaseVectorSearch": "Debug"
}
}
}