Remove obsolete HTML file for "水浒传" and update logging in main.go to exclude document knowledge base details

This commit is contained in:
mlogclub
2026-05-31 22:20:46 +08:00
parent b128447a7e
commit 623115928a
126 changed files with 8 additions and 3224 deletions
-3
View File
@@ -76,9 +76,6 @@ func run() error {
return fmt.Errorf("init knowledge base failed: %w", err)
}
slog.Info("knowledge base init success",
slog.Int64("documentKnowledgeBaseID", kbResult.DocumentKnowledgeBaseID),
slog.Int("createdDocuments", kbResult.CreatedDocuments),
slog.Int("updatedDocuments", kbResult.UpdatedDocuments),
slog.Int64("faqKnowledgeBaseID", kbResult.FAQKnowledgeBaseID),
slog.Int("createdFAQs", kbResult.CreatedFAQs),
slog.Int("updatedFAQs", kbResult.UpdatedFAQs),