Skip to content

Commit bafb235

Browse files
authored
chore: update context_chat:reindex command description (#272)
Signed-off-by: kyteinsky <kyteinsky@gmail.com>
1 parent 0f873e0 commit bafb235

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Command/Reindex.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function __construct(
3535

3636
protected function configure() {
3737
$this->setName('context_chat:reindex')
38-
->setDescription('Schedule a full re-crawl of all mounts. Indexed files are not re-indexed when compared against context_chat_backend\'s vector DB.');
38+
->setDescription('Schedule a full re-crawl of all the files in all the mounts. Indexed files are not re-indexed when compared against context_chat_backend\'s vector DB. Content providers are not re-indexed.');
3939
}
4040

4141
protected function execute(InputInterface $input, OutputInterface $output): int {

0 commit comments

Comments
 (0)