feat: 百科rag

This commit is contained in:
Blizzard
2026-04-23 11:15:58 +08:00
parent b2e6e511cd
commit e9c93d4029
8 changed files with 157 additions and 3 deletions
+2
View File
@@ -62,6 +62,8 @@ func MigrateTable() {
plant.ExchangeItem{}, //兑换商品
plant.ExchangeOrder{}, //兑换订单
plant.AiChatHistory{}, //AI问答历史
)
if err != nil {
global.Logger.Error("Migrate table failed,err:", zap.Error(err))