Moved embeddingCache from Dictionary to LRUCache

This commit is contained in:
2025-12-27 18:40:03 +01:00
parent 5eabb0d924
commit 7b4a3bd2c8
6 changed files with 43 additions and 29 deletions

View File

@@ -24,6 +24,7 @@
"172.17.0.1"
]
},
"EmbeddingCacheMaxCount": 5,
"AiProviders": {
"ollama": {
"handler": "ollama",
@@ -35,6 +36,15 @@
"ApiKey": "Some API key here"
}
},
"SimpleAuth": {
"Users": [
{
"Username": "admin",
"Password": "UnsafePractice.67",
"Roles": ["Admin"]
}
]
},
"ApiKeys": ["Some UUID here", "Another UUID here"],
"UseHttpsRedirection": true
}