Skip to main content
Larkup RAG provides official SDKs to interact with the API seamlessly from your preferred language. Our SDKs provide full type safety and straightforward interfaces to ingest documents, execute queries, and manage your vector knowledge base.
Once you set up your RAG server, you can choose to fully run it locally or deploy it to the cloud like Vercel. After you have your server URL and API key, you can easily connect to it using our SDKs.
Choose an SDK below to get started:

TypeScript / JavaScript

Install via npm or yarn for Node.js and browser environments.

Python

Install via pip or uv for robust Python backend integration.