TUI

Embeddings tab

The Embeddings tab manages the vector embedding backends that power semantic search. You can see which providers are configured, how many memories each has indexed, and trigger reindexing operations.

Embeddings tab

Summary

The top section shows:

  • Active backend — which embedding provider is currently used for new memories
  • Create status — whether automatic embedding is enabled for the active backend
  • Backends — total count of configured, ready, and not-ready backends
  • Status — whether the embedding system is idle or processing

Backends table

The main table lists all configured embedding backends with columns:

ColumnDescription
NameThe backend identifier (e.g. openai-3-small, voyage-code)
ProviderThe provider type (openai_compatible, voyage, ollama)
ModelThe specific model used (e.g. text-embedding-3-small, voyage-code-3)
CreateWhether new memories are automatically embedded by this backend
Base URLCustom endpoint URL, if configured
ChunksHow many embedding chunks this backend has produced
MemoriesHow many memories have been indexed

The active backend is highlighted with an asterisk.

Operations

You can run multiple backends simultaneously — for example, one for fast search and another for higher quality. Each backend maintains its own chunk store independently.

Controls

KeyAction
j / kMove between backends
EnterToggle the selected backend
cCreate a new backend
eEmbed memories with the selected backend
IReindex all search chunks
rRefresh the backends list

© 2026 Olivier Van Acker (3vilM33pl3). Memory Layer is AGPL-3.0-or-later with commercial licensing available.

On this page