Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions admin_manual/ai/app_context_chat.rst
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ Logs

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``.

| 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``.
| This might be needed when the automated setting up of the vector db fails with something like: "pg_ctl: could not start server".

Troubleshooting
---------------

Expand Down
Loading