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

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.28.1a1
File Size Uploaded
ovos_m2v_pipeline-0.28.1a1.tar.gz 183.7 kB Details

Built distribution (wheel)

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

Total release size: 250.0 kB

Release files / ovos_m2v_pipeline-0.28.1a1.tar.gz

Download URL ovos_m2v_pipeline-0.28.1a1.tar.gz
Size 183.7 kB
Tags Source
SHA-256 checksum
How to use checksums
3d6d28de7bfa1004e4eaf90c4f1ba71cc4f1eaf8d6b5e2eee48855a49d78191e
BLAKE2b-256 checksum
How to use checksums
116f6bbdb5f798c962f2de020bfdc8ca65591d30f4fa4852ed4530e0c5f07b09
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.28.1a1-py3-none-any.whl

Download URL ovos_m2v_pipeline-0.28.1a1-py3-none-any.whl
Size 66.3 kB
Tags Python 3
SHA-256 checksum
How to use checksums
77598dc21c47459f328fff3a426156acc182de7dcb7cf083c611b4ae0637bfbd
BLAKE2b-256 checksum
How to use checksums
12dd259ae1ef03ca76e2b947b66313d0b76ce6a449c1e80800d743f89339b472
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.28.1a1 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