"test/vscode:/vscode.git/clone" did not exist on "ac82bdc4722dc25e66a1a8fe85f6d7a8a134a363"
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) => { ...@@ -425,7 +425,7 @@ export const resetUploadDir = async (token: string) => {
export const resetVectorDB = async (token: string) => { export const resetVectorDB = async (token: string) => {
let error = null; let error = null;
const res = await fetch(`${RAG_API_BASE_URL}/reset`, { const res = await fetch(`${RAG_API_BASE_URL}/reset/db`, {
method: 'GET', method: 'GET',
headers: { headers: {
Accept: 'application/json', 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