xiongzhu 2 năm trước cách đây
mục cha
commit
af4ca92b2e
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/chat-pdf/chat-pdf.service.ts

+ 2 - 0
src/chat-pdf/chat-pdf.service.ts

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