Agent embedding models
Embedding models convert text into vectors so your Agent can retrieve relevant knowledge chunks during responses.
In Budibase, embedding model configuration is managed in Workspace Settings > Connections > Knowledge bases and used from an Agent's Operations panel.
Configure an embedding model
- Open Workspace Settings
- Go to Connections > Knowledge bases
- Scroll to Embedding models
- Click + Embedding model
- Provide the required provider credentials and model details
- Save and verify the configuration appears in the list
Attach an embedding model to an Agent
- Open your Agent
- Open the Operations panel and select the operation you want to configure
- In the Knowledge area, select an Embedding model
- Save the Agent
When both embedding model and vector database are configured, additional retrieval settings are available:
- Minimum similarity
- Chunks to retrieve
Practical guidance
- Start with default retrieval settings, and tune only after testing
- Once you choose an embedding model, use it consistently for all documents and queries in that knowledge base
- Re-test retrieval quality whenever you change the model or provider configuration
Related guides
Updated 2 days ago