Examples
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
Private chat via open-webui, backed entirely by self-hosted models.
Chat plus retrieval -- document upload and retrieval-augmented answers, with a worked verification example included.
Smallest example. Exercises the core endpoints against small models -- a fast first run to confirm everything's working.
Batch prompt benchmarking across a model set.