Infrastructure update
First connection
Products initialization
Post-import configuration
1. Infrastructure update
1.1 Update the Console image
In your Helmcore-values.yaml, update the prismeai-console block to use the unified platform image:
1.2 Bump all service & app tags
Update all core service and app image tags to the latest release. The available tags are listed on the Prisme.ai releases page.1.3 Migrate LLM & vector store credentials
If your LLM and vector store credentials are currently injected through environment variables on prismeai-runtime, you need to duplicate the existing Knowledges variables under the new LLM Gateway and Storage prefixes.llm-gateway_ or storage_ is the secret name as it will be consumed by the LLM Gateway and Storage workspaces. You can rename either side as long as the prefix matches.- LLM providers
- Vector store
WORKSPACE_CONFIG_ai-knowledge_* variable related to LLM providers into a WORKSPACE_SECRET_llm-gateway_* equivalent.Examples:1.4 Deploy
Deploy the updated Helm chart and wait for all pods to roll out successfully.2. First connection
Log in as super admin
config.admins in your Helm values.Create your organization
- Name — the display name shown across the UI.
- Technical name — the unique identifier used throughout the platform. It cannot be changed after creation.
Open Builder
3. Products initialization
The new AI products are imported in four sequential groups via the Platform workspace bulk import:base1
base2
extended
one-product
Open the Platform workspace
Trigger the bulk import
Select the group and start the import
Monitor progress
workspaces.bulkImport.completed event before moving on.Repeat for the next group
base1 → base2 → extended → one-product.4. Post-import configuration
Once all groups are imported, configure each new workspace in the order below.4.1 Governe — bridge the legacy admin token
The new Governe workspace needs the admin token from the legacy one to perform the migration.Copy the legacy token
adminAccessToken.Paste it into the new workspace
adminAccessToken, then Save.4.2 LLM providers
Open the Govern app
Import from Knowledges
Adjust default models and secret names
- The secret names match the secrets you configured via
WORKSPACE_SECRET_llm-gateway_*environment variables.
(Optional) Configure secrets from the UI
- Open Builder in a new tab.
- Open the LLM Gateway workspace → Settings → Secrets.
- Add or update the secrets, using the same names as referenced by your providers.
Save
4.3 LLM models
Open the Models tab
Import from Knowledges
Verify each model
- Open it and click Test — the model response is shown below the button.
- For embedding models, ensure the dimensions option is properly set. This was often left undefined in legacy Knowledges and must now be explicit.
4.4 Vector store
Open the Infrastructure page
Pick a driver
Adjust credential secret names
WORKSPACE_SECRET_storage_* environment variables.To configure secrets directly from the UI instead:- Open Builder in a new tab.
- Open the Storage workspace → Settings → Secrets.
- Add or update the secrets.
Set the index prefix
vector_store_index_prefix with the prefix to use for your RAG indexes (e.g. prod_rag).Save and Test
4.5 Infrastructure checkup
While on the Infrastructure page, use the Test button at the bottom of the Services block to verify connectivity to all platform databases.5. Organization configuration
5.1 Allowed models
Open your organization
Open Agent controls
Pick allowed models
Set defaults
Save
5.2 Join rules
Join rules control which users automatically become members of your organization.Open Join Rules
Add a rule
- Field:
Email - Operator:
matches (wildcard) - Value:
*to match all authenticated users
Default role mapping
When Assign role is left to Default, legacy users matched by your rule will be assigned an organization role based on their old platform role:Default group mapping
When Add to groups is left empty, any group a legacy user belonged to will be automatically recreated in your organization, and the user will be added to it.5.3 Appearance
Configure your platform branding: name, favicon, colors, terms of use, …5.4 Menu editor
A default menu template is available here.Download the template
Import it
Save and refresh