Skip to content

Getting Started

Welcome to EmbedCache! This section will help you get up and running quickly.

Overview

EmbedCache can be used in two ways:

  1. As a REST API Service - Deploy EmbedCache as a standalone service that provides HTTP endpoints for embedding generation
  2. As a Rust Library - Integrate EmbedCache directly into your Rust application

Prerequisites

Before installing EmbedCache, ensure you have:

  • Rust 1.70+ - Install from rustup.rs
  • SQLite - Usually pre-installed on most systems

What's Next?