Commit 529fcaa5 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: document query save

parent 681fd4ff
...@@ -166,6 +166,8 @@ ...@@ -166,6 +166,8 @@
chunk_size: chunkSize chunk_size: chunkSize
} }
}); });
await updateQuerySettings(localStorage.token, querySettings);
}; };
const setEmbeddingConfig = async () => { const setEmbeddingConfig = async () => {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment