Closed amindadgar closed 6 months ago
For now, we're just hardcoding the enable/disable option for data-sources within https://github.com/TogetherCrew/hivemind-bot/blob/main/celery_app/tasks.py#L74 In future, we need to be able to enable/disable this option based on the module document within modules collection of Core database. Tasks
hivemind
modules
query_multiple_source
Note: The platform names would be all in lower-case. I.e. discord, discourse, github, google-drive, telegram, ...
discord
discourse
github
google-drive
telegram
For now, we're just hardcoding the enable/disable option for data-sources within https://github.com/TogetherCrew/hivemind-bot/blob/main/celery_app/tasks.py#L74 In future, we need to be able to enable/disable this option based on the module document within modules collection of Core database. Tasks
hivemind
module is enabled for them withinmodules
collectionquery_multiple_source
to enable/disable each platform as data source for query engineNote: The platform names would be all in lower-case. I.e.
discord
,discourse
,github
,google-drive
,telegram
, ...