Skip to content

Commit 7e70ab0

Browse files
authored
Merge pull request #14818 from nextcloud/feat/stable33/cc/add-vectordb-logs-loc
[stable33] feat(Admin/AI/ContextChat): add vector db logs location
2 parents 4913d68 + 865fa33 commit 7e70ab0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

admin_manual/ai/app_context_chat.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,9 @@ Logs
179179

180180
Logs for both the ``context_chat`` PHP app and the ``context_chat_backend`` ExApp can be found in the admin settings of your Nextcloud GUI as well as in the Context Chat log file, which is usually located in the Nextcloud data directory. The log file is named ``context_chat.log``.
181181

182+
| The internal PostgreSQL Vector DB logs (in case of non-Kubernetes setups) can be found inside the docker container at ``/nc_app_context_chat_backend_data/vector_db_data/pgsql/logfile``. It can be copied to host using ``docker cp nc_app_context_chat_backend:/nc_app_context_chat_backend_data/vector_db_data/pgsql/logfile /tmp/vectordb-logfile``.
183+
| This might be needed when the automated setting up of the vector db fails with something like: "pg_ctl: could not start server".
184+
182185
Troubleshooting
183186
---------------
184187

0 commit comments

Comments
 (0)