Full App Usage Workflow
Creating a RAG server with LarkupRAG is designed to be a seamless, end-to-end experience. By the time you reach the server generation stage, you have already:- Configured your desired embedding models and vector database.
- Ingested your raw documents, websites, and files via ETL jobs.
- Indexed your clean data into a high-performance vector store.

Generating the Server
Click Launch Server from the UI. The output directory contains everything you need, and absolutely nothing you don’t:- Zero Bloat: Only dependencies for your specific Vector Store are bundled.
- No Build Step: Runs directly as a Node ESM backend (
node server.mjs). - Ready to Ship: Includes a
Dockerfile,docker-compose.yml, andvercel.jsonout of the box.

Watch the Walkthrough
To see the complete workflow in action—from configuring the vector store to launching the final standalone server—watch the demo video below:Deployment Options
This lightweight backend can run anywhere:Docker
Docker
Run the server container locally or deploy it to any cloud provider:
Vercel / Serverless
Vercel / Serverless
Push directly to Vercel using the included
vercel.json:
