Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.03 KB

README.md

File metadata and controls

56 lines (35 loc) · 1.03 KB

Supavec Logo

Supavec - The open-source alternative to Carbon.ai. Build powerful RAG applications with any data source, at any scale.

Cloud version

https://www.supavec.com

Our simple API endpoints ✨

docs.supavec.com.

Related repositories

Built with

API docs

https://github.com/taishikato/supavec/blob/main/packages/api/README.md

Getting Started

Install dependencies

bun i

Run the development server

bun dev

Run the web server

cd apps/web && bun run dev

Run the API server

cd packages/api && bun run dev