Skip to main content

Why pay 20x more for Pinecone?

Vectorizers built-in, highly performant and built from the ground up for serverless. Focus on your product, not your database.

Get StartedRead the Docs

Transparent Pricing

Take the guesswork out of pricing with our simple, transparent pricing model

Pinecone

DimensionsRecordsResultsCost / million queries
384100,00025$57.50
384100,00050$82.50
7681,000,00050$123.75

vs

SvectorDB

DimensionsRecordsResultsCost / million queries
384100,00025$5.00
384100,00050$5.00
7681,000,00050$5.00

Bring your own embeddings or use our vectorizers

Use our built-in vectorizers for text and images, or bring your own embeddings to leverage the full power of SvectorDB

Learn more
client.embed({
model: EmbeddingModel.ALL_MINILM_L6_V2,
input: {
text: 'The quick brown fox jumps over the lazy dog.',
},
})

client.embed({
model: EmbeddingModel.CLIP_VIT_BASE_PATH32,
input: {
image: Buffer.from(...)
},
})

High availability

Databases are automatically replicated across multiple availability zones

Instant updates

Upserts and deletions are reflected instantly, no need to worry about eventual consistency

Natively Serverless

Pay per request based pricing, with no provisioning or scaling required

CloudFormation Support

Integrate SvectorDB into your existing CloudFormation templates

Built-in Vectorizers

Use our built-in vectorizers for text and images, or bring your own embeddings

Pay per request

Only pay for the requests you make, with no minimum fees or upfront costs

Wikipedia Embeddings

1 million

vectors

768

dimensions

9ms

query latency (average)

97.4%

recall @ 32

Use Cases

Recommendation Engines

Using vectors to represent items and users, recommendation engines leverage vector similarity to suggest relevant items to users based on their preferences.

Document / Image Search

Transforming documents and images into vectors enables deep meaningful search capabilities by leveraging semantic and visual similarities.

Retrieval Augmented Generation

Augmenting generative models with context enhances the quality of generated content, presenting a more refined and contextually relevant output.

From prototype to production in a few lines of code

SvectorDB takes care of the heavy lifting so you can focus on scaling your product from 1 vector to 1 million vectors

Quick Start Tutorial
// Create or update an item
client.setItem({
databaseId,
key: 'abc',
value: Buffer.from('Hello world!'),
vector: [0.1, 0.1, 0.1, 0.1]
});

// Query based on a vector
client.query({
databaseId,
query: {
vector: [0.5, 0.5, 0.5, 0.5]
}
});

// Query based on key (nearest to existing vector)
client.query({
databaseId,
query: {
key: 'abc'
}
});

Storage

$0.25 / GB / month

The total size of your database and indexes, including keys, value, and vectors.

Queries

$5 / million

A single query counts as 1 read operation, regardless of the number of results returned or data scanned.

Writes

$20 / million

A single put or delete call counts as 1 write operation, regardless of the size of the item.

Free Tier

5k records

Create up to 10 free tier indexes of up to 5k records, with no time limit.

SvectorDB has a free tier to allow for experimentation and prototyping

Ready to experience the difference?