Commit 9ab97b83 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

revert: reset vector db

parent 7ba7b959
......@@ -425,7 +425,7 @@ export const resetUploadDir = async (token: string) => {
export const resetVectorDB = async (token: string) => {
let error = null;
const res = await fetch(`${RAG_API_BASE_URL}/reset`, {
const res = await fetch(`${RAG_API_BASE_URL}/reset/db`, {
method: 'GET',
headers: {
Accept: 'application/json',
......
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