Skip to content

Commit 04aee72

Browse files
committed
fix: address review comments
Signed-off-by: kyteinsky <kyteinsky@gmail.com>
1 parent 2d21bbc commit 04aee72

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

admin_manual/ai/app_context_chat.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Listed below are the major parts of the system that can be scaled independently
107107
The embedding model cannot be changed after installing the app. To use a different embedding model or service, you
108108
will need to do a full uninstall (removing all data of the ExApp) and reinstall the ``context_chat_backend`` ExApp
109109
with the new environment variables and an empty vector DB. If the vector DB is external, the connected database
110-
(can be ``ccb``) should be dropped before installing the ExApp again.
110+
(database may be named ``ccb``) should be dropped before installing the ExApp again.
111111

112112
For the ``context_chat`` app, obtain a clean slate by dropping all the ``<PREFIX>_context_chat_*`` tables in the database, and removing all the config values:
113113
And re-installing it.
@@ -169,7 +169,8 @@ The options for each command can be found like this, using scan as example: ``co
169169
| These file and ownership changes are synced with the backed through this actions queue.
170170
171171
* ``context_chat:reindex``
172-
Schedule a full re-crawl of all mounts. Indexed files are not re-indexed when compared against context_chat_backend's vector DB.
172+
| 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.
173+
| Content providers are not re-indexed.
173174
174175

175176
Configuration Options

0 commit comments

Comments
 (0)