mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-15 05:04:27 +08:00
@@ -359,7 +359,7 @@ func main() {
|
||||
}
|
||||
|
||||
// Initialize doc engine
|
||||
if err = engine.InitDocEngine(); err != nil {
|
||||
if err = engine.InitDocEngine(ctx); err != nil {
|
||||
common.Fatal("Failed to initialize doc engine", zap.Error(err))
|
||||
}
|
||||
defer engine.Close()
|
||||
|
||||
Reference in New Issue
Block a user