@@ -50,6 +50,8 @@ export class ChatPdfService {
Logger.error(sql)
}
+ const res = await this.dataSource.query('select * from chat_embedding')
+ return res
isFullSentence(str) {