From ebc5107b963c8a37a083300ac9518c1c4643f33d Mon Sep 17 00:00:00 2001 From: perf3ct Date: Mon, 17 Mar 2025 21:23:43 +0000 Subject: [PATCH] add missing options --- src/routes/api/options.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/routes/api/options.ts b/src/routes/api/options.ts index 2430eff7e..9ecee8ce1 100644 --- a/src/routes/api/options.ts +++ b/src/routes/api/options.ts @@ -101,7 +101,12 @@ const ALLOWED_OPTIONS = new Set([ "embeddingBatchSize", "embeddingUpdateInterval", "embeddingDefaultDimension", - "embeddingsDefaultProvider" + "embeddingsDefaultProvider", + "embeddingProviderPrecedence", + "embeddingSimilarityThreshold", + "maxNotesPerLlmQuery", + "enableAutomaticIndexing", + "embeddingGenerationLocation" ]); function getOptions() {