forked from open-webui/open-webui
fix: api function name
This commit is contained in:
parent
1d0eaec37e
commit
8fd1b62e04
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue