Quickstart
This guide helps you set up your emno vector database in just a few minutes.
Before you begin
1. Get your API Keys
2. Install the emno client
# Install via NPM
npm install @emno/sdk# Install via pip
<Coming Soon!>3. Initialize your connection
4. Create a Collection
5. Insert Vectors
6. Run a query for Nearest-Neighbor Search
7. Cleanup
Next Steps
Last updated