Getting Started¶
Welcome to EmbedCache! This section will help you get up and running quickly.
Overview¶
EmbedCache can be used in two ways:
- As a REST API Service - Deploy EmbedCache as a standalone service that provides HTTP endpoints for embedding generation
- 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?¶
- Installation - Detailed installation instructions
- Quick Start - Get running in 5 minutes
- Configuration - Learn about configuration options