mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-06 20:58:04 +01:00
Utilize import for vector store
This commit is contained in:
parent
61e2877c4b
commit
de2bb7938a
@ -561,7 +561,7 @@ function getPromptText(queriedMessages) {
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user