Skip to main content

Engines

An engine controls the indexing logic of your retrieval systems.

Engine config

Shaped provides an interface to declare your retrieval engines. There are four components to each engine:

  • data - Defines what data the engine should ingest and how it is indexed
  • training - Defines additional model training and evaluation
  • deployment - Configures additional parameters for how the engine is deployed and served
  • queries - Defines a set of 'saved queries' that can be used at runtime