feat: 迁移plant

This commit is contained in:
Blizzard
2026-05-23 13:55:05 +08:00
parent a93477ea8e
commit ae6d03d351
228 changed files with 25296 additions and 917 deletions
+10
View File
@@ -7,4 +7,14 @@ type Config struct {
DB struct {
DataSource string
}
Ai struct {
EmbeddingApiUrl string
EmbeddingApiKey string
EmbeddingModelName string
QdrantUrl string
QdrantApiKey string
QdrantCollection string
VectorDimension int
DailyQuota int64
}
}