diff --git a/src/lib/apis/rag/index.ts b/src/lib/apis/rag/index.ts index 08dff5bfa..ca14371f0 100644 --- a/src/lib/apis/rag/index.ts +++ b/src/lib/apis/rag/index.ts @@ -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,