mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-31 04:02:26 +08:00
add these options as configurable
This commit is contained in:
parent
d713f3831a
commit
d2dc401639
@ -99,7 +99,8 @@ const ALLOWED_OPTIONS = new Set([
|
|||||||
"embeddingAutoUpdateEnabled",
|
"embeddingAutoUpdateEnabled",
|
||||||
"embeddingBatchSize",
|
"embeddingBatchSize",
|
||||||
"embeddingUpdateInterval",
|
"embeddingUpdateInterval",
|
||||||
"embeddingDefaultDimension"
|
"embeddingDefaultDimension",
|
||||||
|
"embeddingsDefaultProvider"
|
||||||
]);
|
]);
|
||||||
|
|
||||||
function getOptions() {
|
function getOptions() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user