"docs/zh_CN/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "a8c12fb75af3c695b61f48a2525fd2d520860a99"
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
return res;
};
export const queryVectorDB = async (
export const queryCollection = async (
token: string,
collection_name: 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