This repository contains the documentation for Dria, the synthetic data infrastructure for AI development. Dria allows you to balance data quality, diversity, and complexity all together in a single interface.
This documentation covers:
- Getting started with Dria
- Core concepts and architecture
- Workflow creation and management
- API reference and examples
- Best practices and tutorials
To run the documentation site locally:
-
Clone this repository
git clone https://github.com/firstbatchxyz/dria-sdk-docs.git cd dria-sdk-docs
-
Install dependencies
npm install
-
Start the development server
npm run dev
-
Open your browser and navigate to
http://localhost:3000
The documentation site will automatically reload when you make changes to the content.