feat: 百科知识库存入向量

This commit is contained in:
Blizzard
2026-04-21 17:32:26 +08:00
parent ae0020aa71
commit b2e6e511cd
21 changed files with 802 additions and 35 deletions
+2
View File
@@ -14,6 +14,7 @@ type RouterGroup struct {
UserProfileRouter
CallbackRouter
ExchangeRouter
AiChatRouter
}
// 初始化路由
@@ -29,4 +30,5 @@ var (
badgeConfigApi = v1.ApiGroupApp.PlantApiGroup.BadgeConfigApi
callbackApi = v1.ApiGroupApp.PlantApiGroup.CallbackApi
exchangeApi = v1.ApiGroupApp.PlantApiGroup.ExchangeApi
aiChatApi = v1.ApiGroupApp.PlantApiGroup.AiChatApi
)