mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
add missing options
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user