mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-30 04:01:31 +08:00
format document
This commit is contained in:
parent
a0dda48748
commit
eb5b85315f
@ -58,7 +58,7 @@ export class VectorSearchService {
|
|||||||
llmService = null
|
llmService = null
|
||||||
} = options;
|
} = options;
|
||||||
|
|
||||||
log.info(`VectorSearchService: Finding relevant notes for "${query.substring(0, 50)}..."`);
|
log.info(`VectorSearchService: Finding relevant notes for "${query}"`);
|
||||||
log.info(`Parameters: contextNoteId=${contextNoteId || 'global'}, maxResults=${maxResults}, summarize=${summarizeContent}`);
|
log.info(`Parameters: contextNoteId=${contextNoteId || 'global'}, maxResults=${maxResults}, summarize=${summarizeContent}`);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user