mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Utilize import for vector store
This commit is contained in:
@ -561,7 +561,7 @@ function getPromptText(queriedMessages) {
|
|||||||
|
|
||||||
window['vectors_rearrangeChat'] = rearrangeChat;
|
window['vectors_rearrangeChat'] = rearrangeChat;
|
||||||
|
|
||||||
const onChatEvent = debounce(async () => await moduleWorker.update());
|
const onChatEvent = debounce(async () => await moduleWorker.update(), debounce_timeout.relaxed);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the text to query from the chat
|
* Gets the text to query from the chat
|
||||||
|
Reference in New Issue
Block a user