Supported Providers
Where The Name Goes
The SDK constructor uses
vector_store={"provider": ...}. CLI and REST use vector_db for the same provider name.Local Qdrant
The quickstarts use local Qdrant because it is easy to run in Docker:Cloud Providers
Cloud vector databases usually require an API key in the environment plus provider-specific setup in the hosted service.Keep API keys in environment variables, not in
.ragrails.toml or request examples.
