fix: api function name

This commit is contained in:
Timothy J. Baek 2024-02-02 22:59:36 -08:00
parent 1d0eaec37e
commit 8fd1b62e04

View File

@ -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,