add these options as configurable

This commit is contained in:
perf3ct 2025-03-11 03:58:39 +00:00
parent d713f3831a
commit d2dc401639
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232

View File

@ -99,7 +99,8 @@ const ALLOWED_OPTIONS = new Set([
"embeddingAutoUpdateEnabled", "embeddingAutoUpdateEnabled",
"embeddingBatchSize", "embeddingBatchSize",
"embeddingUpdateInterval", "embeddingUpdateInterval",
"embeddingDefaultDimension" "embeddingDefaultDimension",
"embeddingsDefaultProvider"
]); ]);
function getOptions() { function getOptions() {