feat(backfill): implement backfill tool for generating missing embeddings
This commit is contained in:
@@ -95,6 +95,13 @@ func defaultConfig() Config {
|
||||
Level: "info",
|
||||
Format: "json",
|
||||
},
|
||||
Backfill: BackfillConfig{
|
||||
Enabled: false,
|
||||
RunOnStartup: false,
|
||||
Interval: 15 * time.Minute,
|
||||
BatchSize: 20,
|
||||
MaxPerRun: 100,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user