Skip to content

Commit 5216a0f

Browse files
committed
chore(AI/ContextChat): update inital indexing docs
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent 0a507de commit 5216a0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

admin_manual/ai/app_context_chat.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ Auto-indexing
8181
8282
The indexing jobs are set up to run during the Nextcloud instance's maintenance window (typically during the night) only. If you have not set a maintenance window, indexing will run 24/7.
8383

84-
You can set up a background job worker explicitly for Context Chat to avoid slowing down normal background job operation on larger instances.
84+
| You can set up a separate cron job to run every 30 minutes for Context Chat to avoid slowing down normal background job operation on larger instances.
85+
| The following command can bypass the maintenance window so it can either be set to run during the day even with a maintenance window set, or it can be set to run during the weekends 24/7 to speed up the indexing process.
8586
8687
.. code-block::
8788
8889
php cron.php "OCA\\ContextChat\\BackgroundJobs\\IndexerJob" "OCA\\ContextChat\\BackgroundJobs\\ActionJob" "OCA\\ContextChat\\BackgroundJobs\\SubmitContentJob" "OCA\\ContextChat\\BackgroundJobs\\StorageCrawlJob" "OCA\\ContextChat\\BackgroundJobs\\InitialContentImportJob"
8990
90-
You can set this command to run every 15 minutes on weekends using cron for example.
9191
9292
Synchronous indexing
9393
~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)