Explorar o código

fix: api function name

Timothy J. Baek hai 1 ano
pai
achega
8fd1b62e04
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/lib/apis/rag/index.ts

+ 1 - 1
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,