🗃️ How to Install PhariaAI
2 items
📄️ How to Configure Sign-Up Options
This guide walks you through the sign-up options for users in PhariaAI. You can choose to configure the following options: Single Sign-On (SSO) with an external identity provider, or self-registration via email.
📄️ How to change which workers are deployed
By default, the Helm Chart is configured to deploy a luminous-base worker and a llama-3.1-8b-instruct worker. If you want to deploy other workers, you can do so by adding the following configuration to the values.yaml file.
📄️ How to set up Hybrid Execution
In some scenarios the Inference API and workers may be deployed in different environments.
📄️ How to Configure Pharia Kernel Namespaces
Deploying Skills
📄️ Custom Application Deployments Settings
In the PhariaAI stack, you can deploy containerized AI applications to solve your business usecases by using either the Pharia AI CLI or directly through the API.
📄️ Steering Configuration
Large language models (LLMs) generate text based on patterns they’ve learned from vast amounts of data, but sometimes we want to influence how they respond. Steering is a technique that nudges a model’s responses in a particular direction—without changing the model itself. Instead of manually inserting examples into the prompt, which takes up valuable context space, this method works by identifying underlying patterns in the model’s internal representations. By providing a set of positive and negative examples, we can compute a direction that subtly guides the model’s responses toward the desired style or behavior—like making it speak more formally, use slang, or adopt a specific tone. This approach offers an efficient and flexible way to control LLMs responses in a user-defined manner. Note that this is an experimental feature that will be refined in future versions and is currently only supported for the llama-3.1-8b-instruct model.
📄️ Upgrade PhariaAI
Ensure that your registry credentials are up to date and that Helm has access (see Registry Credential Setup).
📄️ Uninstall PhariaAI
To uninstall PhariaAI, use the following helm command: