Browse Source

fix webSearch component & docker-compose

tycoding 1 năm trước cách đây
mục cha
commit
7ca5e50a94
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      langchat-server/src/main/resources/application-dev.yml

+ 1 - 1
langchat-server/src/main/resources/application-dev.yml

@@ -36,7 +36,7 @@ langchat:
       user: root
       password: root
       port: 5432
-      database: vectordb
+      database: langchat
       table: vector_1
       dimension: 384
   web-search: