An overview of the Dust Developer Platform along with its associated design principles as well as the API reference
Dust is designed to provide a flexible framework to define and deploy large language model apps without having to write any execution code. It is specifically intended to ease:
- Working on multiple examples at the same time while designing a large language model app.
- Introspecting model outputs produced by intermediary steps of large language model apps.
- Iterating on the design of large language model apps by providing a granular and automated versioning system.
Resources
We offer a simple no-code interface to interact with LLMs while using your own data (RAG), but extensible enough to build upon using our API.
Here are the main pages you will need to build on the Dust developer platform