feat(recommendations): refactor handler to use clean IVectorSearchStore abstraction and fix unit tests
This commit is contained in:
@@ -130,6 +130,7 @@ public static class DependencyInjection
|
||||
services.AddScoped<IQuizResultRepository, QuizResultRepository>();
|
||||
services.AddScoped<IConceptsMapReadRepository, ConceptsMapReadRepository>();
|
||||
services.AddScoped<IUserLibraryStore, UserLibraryStore>();
|
||||
services.AddScoped<IUserReadingStateStore, UserReadingStateStore>();
|
||||
services.AddScoped<IVectorSearchStore, VectorSearchStore>();
|
||||
|
||||
// Fix #2: SignalR broadcaster (scoped, wraps IHubContext which is itself a singleton wrapper)
|
||||
|
||||
Reference in New Issue
Block a user