Vector Search + Rerank API with zero infrastructure

1
import { VecRank } from "vecrank-ai";
2
3
const vecRank = new VecRank({API_KEY"YOUR_API_KEY"});
4
5
const results = await vecRank.search({
6
   query"YOUR QUERY HERE",
7
   rerank: true,
8
   filters: {
9
      maxPrice100,
10
   },
11
   orderBy: "price ASC",
12
   limit: 10,
13
});
14
15
console.log(results);

Revolutionize your search with power of AI.
Bulk upload your data and start searching in minutes!

Join Beta
01
· Cross-language API
integration_instructions

Cross-language API support

VecRank supports multiple programming languages, enabling seamless integration of AI-powered search into any project. Enhance your applications with VecRank, whether you use JavaScript, TypeScript, Python or cURL.
1
from vecrank_ai import VecRankClient
2
3
vecRank = VecRank(API_KEY = "YOUR_API_KEY")
4
5
results = vecRank.search(
6
   query = "YOUR QUERY HERE",
7
   rerank = true,
8
   filters = {
9
      "maxPrice"100,
10
   },
11
   orderBy = "price ASC",
12
   limit = 10,
13
)
14
15
print(results)
1
import { VecRank } from "vecrank-ai";
2
3
const vecRank = new VecRank({API_KEY"YOUR_API_KEY"});
4
5
const results = await vecRank.search({
6
   query"YOUR QUERY HERE",
7
   rerank: true,
8
   filters: {
9
      maxPrice100,
10
   },
11
   orderBy: "price ASC",
12
   limit: 10,
13
});
14
15
console.log(results);
1
curl -X POST "https://api.vecrank.com/v0/search" \
2
   -H "Content-Type: application/json" \
3
   -H "Authorization: Bearer YOUR_API_KEY" \
4
   -d '{
5
       "query": "YOUR QUERY HERE",
6
       "rerank": true,
7
       "filters": {
8
           "maxPrice": 100  
9
       },
10
       "orderBy": "price ASC",
11
       "limit": 10
12
  }'
VecRank offers vector search and reranking as a service to enhance natural language understanding and contextual relevance. Leveraging cutting-edge GenAI technologies, it provides a scalable, AI-driven search solution for software developers and business owners.

“We spun up vector search with VecRank in a day. It let us experiment rapidly without the hassle of setting up infrastructure for embeddings and vector search databases, significantly reducing our time from idea to production. ”

Artem Panchoyan
CTO, Tendery.ai

Vector search in minutes

Enable vector search and reranking in a matter minutes with VecRank's seamless integration and powerful AI capabilities, allowing you to enhance your application's functionality at zero infrastructure cost.
check
Step
01
cloud_upload

Bulk upload your data

Import your data in a matter of minutes
check
Step
02
search

Enable AI search

Use the power of AI vector search and reranking in your application
check
Step
03
autorenew

Incrementally update your data

Incrementally update your data to keep your search results up-to-date
check
Step
04
show_chart

Grow your business

Spend no time on infrastructure management, enabling you to focus entirely on innovation and growing you business
03
· Built for developers, scales with business

Built for developers, scales with
your business

VecRank is built specifically for developers, offering seamless integration and powerful tools that scale with your business to enhance search capabilities with minimal effort. It uses pgvector under the hood and abstracts away GenAI embeddings.
Join Beta
04
· Integrations
shopping_cart

Integrate in your business platform

Embed VecRank plugin or widget in minutes to upload your product information automatically and use AI-powered search in minutes.

05
· VecRank Pricing

Ready to use AI-powered search?

VecRank Starter

Free

100Mb  •  500 searches
check
Bulk upload your data
check
AI-powered vector search
check
Rerank search results
check
100Mb data
check
500 free search requests
check
Shopify integration

VecRank Serverless

$9+/month

billed monthly  •  pay-as-you-go
check
Bulk upload your data
check
AI-powered vector search
check
Rerank search results
check
Unlimited records
($1 for 1Gb)
check
Unlimited searches
($1 for 10k requests)
check
Shopify integration

VecRank Grow

$249+/month

billed monthly  •  cancel anytime
check
Everything on 'Start' and...
check
Dedicated environment
check
Select deployment region
check
Early access to new features
check
Predictable pricing
check
Priority support

VecRank Grow

$199+/month

billed annually
check
Everything on 'Start' and...
check
Dedicated environment
check
Select deployment region
check
Early access to new features
check
Predictable pricing
check
High priority support

VecRank Premium

$499+/month

billed annually
check
Everythin on 'Grow' and...
check
Volume discounts
check
Top priority support
check
Cross-region replication
check
Multimodal embedding
check
Custom integrations

VecRank Enterprise

Custom

billed annually
check
Everything on 'Premium' and...
check
Fully tailored for your needs
check
Extra volume discounts
check
Dedicated support
check
Custom features

06
· Join Beta

Join Beta

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

“Join VecRank's Beta community today and leverage AI-powered search at zero infrastructure cost.”

Karen Ka
CTO, VecRank