Examples

Ready-to-run application packages.

Each example is a self-contained package -- a model list and a run configuration. Clone the repo, point marigold at a directory by name, and it's running.

pip install bayis-marigold
git clone https://github.com/bayinfosys/marigold-examples
marigold deployment start marigold-examples/chat

chat

Private chat via open-webui, backed entirely by self-hosted models.

simple-rag

Chat plus retrieval -- document upload and retrieval-augmented answers, with a worked verification example included.

quick-platform-test

Smallest example. Exercises the core endpoints against small models -- a fast first run to confirm everything's working.

benchmark-llm

Batch prompt benchmarking across a model set.

Full list on GitHub →