소스 검색

fix: api function name

Timothy J. Baek 1 년 전
부모
커밋
8fd1b62e04
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,