ibm-granite/granite-embedding-311m-multilingual-r2 is the default. Create a vector database without specifying a model and SeekrFlow uses the default.
Supported embedding models
Mixed means a model has no single country of origin. Empty cells are values the model catalog does not currently report. See Country of origin and Model attributes.
Bedrock embedding models are available for self-hosted AWS/EKS deployments only, and they are not listed in the SeekrFlow model catalog. See Use AWS Bedrock for ingestion and inference for setup instructions.
Models are added and updated over time. To retrieve the current models and their attributes, see List models.
Select an embedding model
Weigh the following when choosing a model. Because the choice cannot be reversed without re-embedding, settle it before you create the database.- Dimensions – Larger vectors capture more nuance and cost more to store and search. This value also defines the database’s vector space.
- Max input tokens – Chunks longer than the model’s limit are not fully represented. Keep your chunk size within the limit. Avoid inputs longer than a model’s maximum input tokens.
- Language support – Match the model to the languages in your corpus. An English-only model degrades on multilingual content.
- Country of origin – Required if your deployment restricts model provenance. See Country of origin.
Create a vector database
To choose an embedding model and create a vector database:- In the UI, see Vector stores.
- With the SDK, see Create and populate a vector database.