Commit 8fd1b62e authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: api function name

parent 1d0eaec3
...@@ -64,7 +64,7 @@ export const uploadWebToVectorDB = async (token: string, collection_name: string ...@@ -64,7 +64,7 @@ export const uploadWebToVectorDB = async (token: string, collection_name: string
return res; return res;
}; };
export const queryVectorDB = async ( export const queryCollection = async (
token: string, token: string,
collection_name: string, collection_name: string,
query: string, query: string,
......
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