feat: export PostgreSQL training dataset as JSON
This commit is contained in:
@@ -97,7 +97,9 @@ try
|
||||
builder.Services.AddScoped<IWorkspaceRepository, WorkspaceRepository>();
|
||||
builder.Services.AddScoped<IPostgresqlHistoryStore, PostgresqlHistoryStore>();
|
||||
builder.Services.AddScoped<INormalizedLearningStore, NormalizedLearningStore>();
|
||||
builder.Services.AddScoped<ILearningDatasetReader, LearningDatasetReader>();
|
||||
builder.Services.AddScoped<DecisionLearningService>();
|
||||
builder.Services.AddScoped<LearningDatasetService>();
|
||||
builder.Services.AddScoped<IPostgresqlHistorySnapshotReader, PostgresqlHistorySnapshotReader>();
|
||||
builder.Services.AddScoped<HistoryIngestionService>();
|
||||
builder.Services.AddScoped<ICollectionRepository, CollectionRepository>();
|
||||
|
||||
Reference in New Issue
Block a user