RealTimeX Setup
Embedder Setup
Overview

Embedder Setup

This section explains how to connect embedding providers in RealTimeX.

Use it when you need to:

  • choose the default system embedder
  • connect a cloud or local embedding backend
  • select the default embedding model for that provider
  • find the provider-specific setup page for the backend you want to use

Open the main selector from Settings > AI Providers > Embedder.

đź’ˇ

Use Embedding Models when you want the behavior guide for retrieval impact, vectorization strategy, and re-embedding consequences. This section is for connection and setup.

What this setting controls

The Embedder page is the instance-wide source of truth for how RealTimeX vectorizes documents and workspace content.

From that page, you configure:

  • the system embedding provider
  • provider credentials, endpoints, or base URLs
  • the default embedding model used by that provider
  • chunk-length limits exposed by some providers
  • plugin-provided embedding providers when plugins register them

Embedding settings are system-wide. Unlike LLMs, they are not normally overridden per workspace.

Common setup flow

Most embedding providers follow the same setup pattern:

  1. Open Settings > AI Providers > Embedder.
  2. Select the provider you want to use.
  3. Enter the required connection details.
  4. Choose the embedding model, or type the model name when the provider expects manual entry.
  5. Save the configuration.
  6. Re-embed content when changing away from an existing provider or model.

Depending on the provider, RealTimeX may load the model list only after you enter a valid API key, endpoint, or base URL.

Important warning before switching

⚠️

Changing the embedding provider or embedding model after documents are already embedded is disruptive. RealTimeX may require you to clear and re-embed stored content so retrieval stays consistent.

Local setup guides

Cloud setup guides

Additional providers you may also see in the app

The current in-app selector can include additional providers that do not all have dedicated setup guides in this section yet, including:

  • Gemini
  • Voyage AI
  • Mistral AI
  • LiteLLM
  • Generic OpenAI

Those still follow the same core pattern:

  • choose the provider
  • enter the required API key or endpoint
  • select or enter a model
  • save and re-embed when appropriate

Related guides