Spin up a scalable, multi-tenant RAG engine in three API calls. Create a customer, start a session, and query.
Built for speed, flexibility, and seamless integration. No hassle or complex infrastructure, just simple API calls that get the job done.
Integrate powerful AI search for all your users with minimal code
Each of your users becomes a "customer" in our system, with their own isolated data space. Perfect for SaaS applications where each user needs their own private RAG engine.
Just like Stripe Checkout, our session system handles the entire upload process with a secure, hosted interface. Your users get redirected to our page, upload their documents, and return to your app.
Your users can query their own documents using natural language. Our system automatically routes queries to the right customer's data space, ensuring complete data isolation.
JavaScript
1// Create a new user in your multi-tenant RAG system2// Each of your users gets their own isolated data space3const response = await axios.post("https://api.liquidindex.dev/customer/create", {4 project_id: "<project_id>", // Your project identifier5 name: "<name>", // Your user's name or identifier6}, {7 headers: {8 Authorization: "Bearer <YOUR_API_KEY>", // Your API key for authentication9 }10});
Watch how quickly you can add AI document search for all your users
We handle all the complex infrastructure so you can focus on building features your users love
Your users upload their documents through our secure, hosted interface. You simply redirect them to our session page and we handle the rest.
Documents are automatically processed, chunked, and prepared for retrieval. Each user's data is kept completely separate from others.
We convert each user's documents into high-dimensional vectors using state-of-the-art AI models, capturing the semantic meaning of their content.
Each user's data is stored in their own isolated vector space, ensuring complete data separation. Scale to thousands of users without managing complex infrastructure.
Your application can query each user's documents with a simple API call. We automatically route the query to the right user's data and return the most relevant information.
Choose the plan that fits your needs. Start with Basic and upgrade anytime.