zylon-cli
command line tool.
Zylon Doctor
zylon-cli
comes with a built in diagnosis tool.
Run:
Debugging tools
In addition to the doctor command, additional debugging tools can be enabled inzylon-conf.yaml
.
Be aware that these tools tap directly into Zylon internals and you can break the system if you modify any critical resource.
Background task debugging
Enable the background task debug tool by adding these lines to the configuration:/gpt-worker/tasks
that contains information about the running operations. The technology powering the dashboard is flower.
Username is flower
and default password is zylon-flower
Kubernetes dashboard
Enable kubernetes admin dashboard for advanced Zylon control by adding these lines to the configuration:/kube-dashboard
. The technology powering dashboard is kubernetes dashboard.
In order to connect to the dashboard you must generate a token by running the following command in your instance
As a general rule, once you are doing using the dashboard you should disable it due to security risks.
Improve indexing for versions before 1.13.0
If you are installing a Zylon version greater than 1.13.0 (Release on Jan 27th 2025) skip this section, it only applies to previous versions. With the release v1.13.0 and support for bigger files indexing is required for better performance. This is a one time operation that will create the index in the vector database for your existing and new documents. Simply run the script in the machine where Zylon is installed. Running the script multiple times has no negative effect. Indexing time might vary depending on the number of documents, but should be faster than a minute.-
Indexing script