Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 397 Bytes

File metadata and controls

15 lines (10 loc) · 397 Bytes

Plugins

Plugin discovery scans configured plugin directories for plugin.json manifests. Each manifest points to a Python module with register_plugin(registration).

Plugins can contribute:

  • pipeline definitions
  • stage callables
  • metadata extractors
  • providers
  • exporters
  • vector stores

The sample plugin at plugins/sample_enrichment demonstrates stage and pipeline registration.