Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

Ask DeepWiki

OVOS Model2Vec Intent Pipeline

An intent-matching pipeline plugin for OpenVoiceOS, built on Model2Vec static embeddings. It classifies an utterance against the intents that loaded skills registered at runtime, either through a pre-trained classifier head or through the skills' own example utterances with no training step. Use it as a semantic fallback behind exact matchers such as Adapt and padacioso.

Install

uv pip install --prerelease=allow ovos-m2v-pipeline

Configure

{
  "intents": {
    "ovos-m2v-pipeline": {
      "model": "OpenVoiceOS/ovos-m2v-intents-multilingual"
    },
    "pipeline": [
      "ovos-padacioso-pipeline-plugin-high",
      "ovos-m2v-pipeline-high",
      "ovos-m2v-prototype-pipeline-medium"
    ]
  }
}

intents.pipeline replaces the whole pipeline list, not only its m2v entries; see the pipeline order for where the other plugins a deployment installs belong in it.

ovos-padacioso-pipeline-plugin-high runs first: a frozen classifier only answers with a label it was trained on, so an exact template line of a skill it never saw is claimed earlier, and correctly, by an exact matcher. See the pipeline order for the full reasoning.

Tiers

Entry-point suffix Method Answers from
-high match_high() the trained head, or the skill's own examples for the standalone prototype plugin
-medium match_medium() same, at a lower threshold
-low match_low() the skill's own examples by default (low_tier: "prototype")

Documentation

Page Covers
Configuration Every config key, its default and its type
OVOS Pipeline Plugin Entry points, tiers, modes, caching
Models Published model ids and picking one
Training Building the corpus and fitting a model
Label scheme Label format, families, dedup and renames
Pre-release quirks Behaviour changes by pre-release version, reset at each stable release

Training your own model starts at Training.

License

Apache 2.0. See LICENSE.

Credits

First built by TigreGótico for OpenVoiceOS under the ILENIA project, and extended through the NGI0 Commons Fund.

NGI0 Commons Fund

Release files for ovos-m2v-pipeline 0.29.0a1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for ovos-m2v-pipeline 0.29.0a1
File Size Uploaded
ovos_m2v_pipeline-0.29.0a1.tar.gz 187.2 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for ovos-m2v-pipeline 0.29.0a1
File Interpreter ABI Platform
ovos_m2v_pipeline-0.29.0a1-py3-none-any.whl Python 3 none any Details

Total release size: 253.5 kB

Release files / ovos_m2v_pipeline-0.29.0a1.tar.gz

Download URL ovos_m2v_pipeline-0.29.0a1.tar.gz
Size 187.2 kB
Tags Source
SHA-256 checksum
How to use checksums
bb0fdfc74df1d0beb4020d5183bbdeedc3decb6c2ca65391c4bc2ffe785f71bc
BLAKE2b-256 checksum
How to use checksums
2e61d632b835e6b603e190ae43bac7da5b235958d51114c0dda095ab5d2a95ac
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / ovos_m2v_pipeline-0.29.0a1-py3-none-any.whl

Download URL ovos_m2v_pipeline-0.29.0a1-py3-none-any.whl
Size 66.3 kB
Tags Python 3
SHA-256 checksum
How to use checksums
b3b37ddc78cedc758af2ccd841fb6f452b78756804dfc0ea1a37e7fc69985986
BLAKE2b-256 checksum
How to use checksums
5f4ceaab5ab43818891e9105021d221dc4bf4905aa42c82931a39a8abb6d52ab
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release history Release notifications | RSS feed

This release

0.29.0a1 This release

2 release files

0.0.9

2 release files

0.0.8

2 release files

0.0.7

2 release files

0.0.6

2 release files

0.0.5

2 release files

0.0.4

2 release files

0.0.3

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page