Glossary

Knowledge-base search (RAG)

Search that answers questions from your own records — retrieval-augmented generation over gallery data.

Retrieval-augmented generation (RAG) is the technique behind assistants that answer from your data: the system retrieves the relevant records — artworks, contacts, notes, correspondence — and the model composes an answer grounded in what it found, rather than inventing from general training.

For a gallery, the payoff is one search across everything: "what did we quote Berger for the woodcut?" resolves against mail, offers, and records together — with the sources shown.

In the product: AI Assistant. Related: MCP (Model Context Protocol)