Moved embeddingCache from Dictionary to LRUCache
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user