Examples
Real, end-to-end walkthroughs that span the platform — and each is built two ways:
- The CLI way — how a person drives it from the terminal with
dodil(and the console). Fast to try, great for exploring. - The programmatic way — how an app or agent drives it through the typed API and SDKs. This is the path that scales into production and that agents discover via reflection.
Every example below shows both, so you can start by hand and graduate to code.
In this batch
- RAG knowledge base — ingest documents, embed them, search by meaning, and answer with an LLM.
- Deploy a microservice — ship a handler as an auto-scaling Ignite app and invoke it.
- Agentic workflow — a Scriptum workflow that calls tools and branches on LLM decisions.
- Semantic search — a vector database with VBase and the Milvus SDK.
Before you start
- For the CLI paths: install the
dodilCLI and rundodil login. - For the programmatic paths: get an IAM access token (the examples use it as a bearer token / SDK token).
- New to the platform? Skim the Overview for how the products fit together.
More examples are on the way — model inference, document pipelines, object storage, and SQL tables.