From 8fd1b62e04a09f21e56d1e07e46b145067871a84 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Fri, 2 Feb 2024 22:59:36 -0800 Subject: [PATCH] fix: api function name --- src/lib/apis/rag/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/apis/rag/index.ts b/src/lib/apis/rag/index.ts index 08dff5bf..ca14371f 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,