Managed Cloud
Getting started with the managed cloud instance
You need a project-name
and api-key
to carry out the steps below. You will also be given a database port
when you use the connect command below.
Your domain
will be project-name.percolationlabs.ai
If you want to use the OpenWebUI client to connect to your instance, you should set the env variables as follows, replacing your project name and api key,
There is a script in the repo you can run but it is shown in full below.
Using Open Web UI to connect
The first time it will take some time but you can browse OpenWebUI at localhost:3000
and select from models that are configured in your instance and then chat.
Using the Percolate client to connect
If you have cloned the repo as per the getting started guide you can use the poetry setup to run the cli
command below.
To connect to your instance you can use your api-key
This will fetch the connection details you need to connect to your instance. These connection details include your database port
.
You can interact with the Percolate cli, which will use your cloud instance database. When "connected" anything you do in Percolate will use this connection profile.
To test that you are connected you can ask a question which will use configured language models
If this works you are connected and using language models.
You are now ready to add more Language models, tools and agents as described in further sections of the docs.
Last updated