Getting Started
Getting Started
Section titled “Getting Started”The fastest way to get started with Embex is to follow our Quickstart Tutorial. It walks you through:
- Setting up a local vector database (LanceDB) with zero configuration.
- Generating real embeddings from text.
- Building a semantic search engine in 5 minutes.
Installation Reference
Section titled “Installation Reference”If you just need the installation commands:
bash pip install embex lancedb sentence-transformers
bash npm install @bridgerust/embex lancedb @xenova/transformers
Next Steps
Section titled “Next Steps”- Check out the Core Concepts to understand how Embex works.
- See the Providers page to learn how to switch databases.