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.27.3a1

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.27.3a1
File Size Uploaded
ovos_m2v_pipeline-0.27.3a1.tar.gz 180.0 kB Details

Built distribution (wheel)

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

Total release size: 245.0 kB

Release files / ovos_m2v_pipeline-0.27.3a1.tar.gz

Download URL ovos_m2v_pipeline-0.27.3a1.tar.gz
Size 180.0 kB
Tags Source
SHA-256 checksum
How to use checksums
98fd91b6ecebec87f220328c3f0ecdae696b232ae01d24430f1eec7df2188f4e
BLAKE2b-256 checksum
How to use checksums
50eaa55b0aca451908cc459b57497b3a7c330582517aee099ceb3cf2503aa3db
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.27.3a1-py3-none-any.whl

Download URL ovos_m2v_pipeline-0.27.3a1-py3-none-any.whl
Size 64.9 kB
Tags Python 3
SHA-256 checksum
How to use checksums
4a0841c8a5ff4273da718aae5e4e0c24025ba0035544ea628f3dc5d791a84f93
BLAKE2b-256 checksum
How to use checksums
b9e3986a894b2d32e5cb2e2277b17bca8749edc03308247f68d4ca352acbd481
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.27.3a1 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