mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-18 16:32:33 +08:00
add missing options
This commit is contained in:
parent
3268c435e2
commit
ebc5107b96
@ -101,7 +101,12 @@ const ALLOWED_OPTIONS = new Set([
|
|||||||
"embeddingBatchSize",
|
"embeddingBatchSize",
|
||||||
"embeddingUpdateInterval",
|
"embeddingUpdateInterval",
|
||||||
"embeddingDefaultDimension",
|
"embeddingDefaultDimension",
|
||||||
"embeddingsDefaultProvider"
|
"embeddingsDefaultProvider",
|
||||||
|
"embeddingProviderPrecedence",
|
||||||
|
"embeddingSimilarityThreshold",
|
||||||
|
"maxNotesPerLlmQuery",
|
||||||
|
"enableAutomaticIndexing",
|
||||||
|
"embeddingGenerationLocation"
|
||||||
]);
|
]);
|
||||||
|
|
||||||
function getOptions() {
|
function getOptions() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user