Upload your docs or crawl your website to create a powerful search API that combines vector search and full-text search. Then chat with your content through a familiar API.
Just swap out your OpenAI endpoint with Vecr's. Your existing code works instantly, but now searches your specific content using RAG.
Zero code changes required
Add an AI-powered search to your product in days. Upload content or crawl your site and get an instant search API without ML expertise.
Launch in days, not months
Turn your documentation, knowledge base, or website into a searchable, conversational AI that understands your specific content.
No technical skills needed
Upload your content once, then use the OpenAI-compatible API to enable conversational search using RAG (Retrieval Augmented Generation).
1. Install OpenAI SDK (or compatible)
npm install openai
2. Configure the client
const client = new OpenAI({
baseURL: 'https://api.vecr.io/${YOUR_UNIQUE_KEY}', // Get from dashboard
apiKey: 'YOUR_API_KEY' // Get from vecr.io dashboard
});
3. Use Chat Completions API
const chatCompletion = await client.chat.completions.create({
model: "openai/gpt-4o-mini | google/gemini-1.5-flash", // or any supported model
messages: [{ role: "user", content: "Search for getting started guide" }],
});
console.log(chatCompletion.choices[0].message.content);
Works with any tool that uses the OpenAI Chat API
Combines vector search and full-text search for best results
Chat with your documents through familiar AI interfaces
Get your API key and integrate AI-powered search into your application today.
Start for free and scale as your needs grow. No surprises, just pay for what you use.
Perfect for testing and small projects. No credit card required.
Tailored pricing based on your specific needs and usage volume.
Pricing is usage-based and scales with your needs. We work with you to create a custom plan that makes sense for your specific use case. No unexpected charges.