allow user to select *where* they want to generate embeddings

This commit is contained in:
perf3ct
2025-03-12 18:02:51 +00:00
parent 3fee82eaa5
commit b6df3a721c
6 changed files with 127 additions and 12 deletions

View File

@@ -72,6 +72,7 @@ export interface OptionDefinitions extends KeyboardShortcutsOptions<KeyboardActi
enableAutomaticIndexing: boolean;
embeddingSimilarityThreshold: string;
maxNotesPerLlmQuery: string;
embeddingGenerationLocation: string;
lastSyncedPull: number;
lastSyncedPush: number;