You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IKnowledgeProvider gives us an opportunity to optimize job works. Now we can move the logic of adding the indexes for providers (jira, confluence, question - answer) into core and in scheduler enable or disable specific provider.
From code part I will suggest to use the approach https://www.stevejgordon.co.uk/asp-net-core-dependency-injection-registering-multiple-implementations-interface.
We can just create extension method like EnableProvider() and register provider using DI container.
The text was updated successfully, but these errors were encountered:
IKnowledgeProvider gives us an opportunity to optimize job works. Now we can move the logic of adding the indexes for providers (jira, confluence, question - answer) into core and in scheduler enable or disable specific provider.
From code part I will suggest to use the approach https://www.stevejgordon.co.uk/asp-net-core-dependency-injection-registering-multiple-implementations-interface.
We can just create extension method like EnableProvider() and register provider using DI container.
The text was updated successfully, but these errors were encountered: