mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-09 00:17:47 +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;
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user