mirror of
https://github.com/open-webui/open-webui
synced 2024-11-06 08:56:39 +00:00
fix: api function name
This commit is contained in:
parent
1d0eaec37e
commit
8fd1b62e04
@ -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 New Issue
Block a user