Skip to content

Getting Started

The fastest way to get started with Embex is to follow our Quickstart Tutorial. It walks you through:

  1. Setting up a local vector database (LanceDB) with zero configuration.
  2. Generating real embeddings from text.
  3. Building a semantic search engine in 5 minutes.

If you just need the installation commands:

bash pip install embex lancedb sentence-transformers

  • Check out the Core Concepts to understand how Embex works.
  • See the Providers page to learn how to switch databases.