mirror of
https://github.com/open-webui/open-webui.git
synced 2025-09-01 02:02:37 +02:00
fix: api function name
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user