Deploy Agent with Knowledge Base
Introduction
Congratulations! You’ve built your agent with a KB and published it to Studio. Now it’s time to deploy it to the Sema4.ai Control Room and make it available to your team.
Deploying agents with a KB follows the standard agent deployment process — with a few extra considerations specific to KB setup.
Step-by-step guide
Initiate deployment
In the Sema4.ai Control Room, navigate to the Gallery section and find your agent. Click on the Deploy button to start the deployment process.
Review details
Once you initiate the deployment process, you will be asked to review the details of the agent. You’ll see all your queries from the action package.
The view will show the agent’s data sources — including the pgvector
storage and semantic KBdefined in your action package.
Each agent can currently include one Knowledge Base.
Configure KB
You will be prompted to configure the KB settings. Either select an existing KB or create a new one. If creating a new one, specify:
- Name: A unique identifier for your KB
- Description: A brief overview of what the KB contains
- Vector Storage: Choose the vector database (e.g., pgvector) where embeddings will be stored
- Model: Select the embedding model to use for content ingestion
Deploy and verify
After configuration, deploy the agent. Once deployed, verify that the KB is accessible and that queries return expected results.
✅ Your agent is now live with its Knowledge Base!