fix: document query save

This commit is contained in:
Timothy J. Baek 2024-06-12 11:07:04 -07:00
parent 681fd4ff3b
commit 529fcaa5c9

View File

@ -166,6 +166,8 @@
chunk_size: chunkSize chunk_size: chunkSize
} }
}); });
await updateQuerySettings(localStorage.token, querySettings);
}; };
const setEmbeddingConfig = async () => { const setEmbeddingConfig = async () => {