Tip
Requires AstrBot version >= 4.5.0.
Open the service provider page, click "Add Service Provider", and select Embedding.
Currently, AstrBot supports embedding vector services compatible with OpenAI API and Gemini API.
Click on the provider card above to enter the configuration page and fill in the configuration.
Note
OpenAI Embedding API Base URL
- OpenAI Embedding automatically appends
/v1at request time. For example, if you enterhttps://api.example.com, the actual request URL will behttps://api.example.com/v1. - If your API Base URL already contains
/v1, there's no need to add it again; the system handles this automatically.
Gemini Embedding API Base URL
- Use
https://generativelanguage.googleapis.comwithout manually adding/v1beta.
After completing the configuration, click Save.
When creating an embedding model provider, AstrBot automatically detects the model's vector dimension. The system probes the dimension through actual API requests, so you don't need to fill it in manually.
Tip
If automatic detection fails, please check that your API Key and API Base URL are correctly configured, and that your network is accessible.
A reranker model can improve the precision of final retrieval results to some extent.
Similar to configuring the embedding model, open the service provider page, click "Add Service Provider", and select Reranker. For more information about reranker models, please refer to online resources.
AstrBot supports multiple knowledge base management. During chat, you can freely specify which knowledge base to use.
Enter the knowledge base page and click "Create Knowledge Base", as shown below:
Fill in the relevant information. In the embedding model dropdown menu, you will see the embedding model and reranker model you just created (reranker model is optional).
Tip
Once you've selected an embedding model for a knowledge base, do not modify the model or vector dimension information of that provider, as this will seriously affect the retrieval accuracy of the knowledge base or even cause errors.
After creating a knowledge base, you can upload documents to it. Up to 10 files can be uploaded simultaneously, with a maximum size of 128 MB per file.
In the configuration file, you can specify different knowledge bases for different configuration profiles.
- Open the PPIO Cloud website and register an account (accounts registered through this link will receive a 15 RMB voucher).
- Go to the Model Marketplace and click on Embedding Models.
- Click on BAAI:BGE-M3 (as of 2025-06-02, this model is free on this platform).
- Find the API integration guide and apply for a Key.
- Fill in the AstrBot OpenAI Embedding model provider configuration:
- API Key is the PPIO API Key you just applied for
- embedding api base: enter
https://api.ppinfra.com/v3/openai - model: enter the model you selected, in this example
baai/bge-m3.


