35 lines
985 B
YAML
35 lines
985 B
YAML
project:
|
|
id: examplevision
|
|
name: ExampleVision
|
|
description: Pokémon card collection, recognition and value tracking.
|
|
|
|
bindings:
|
|
vision.embedding:
|
|
contract_version: 1
|
|
channel: experimental
|
|
priority: interactive
|
|
migration_support: reindex
|
|
benchmark_suites: [examplevision-card-retrieval-v1]
|
|
|
|
document.ocr:
|
|
contract_version: 1
|
|
channel: experimental
|
|
priority: interactive
|
|
benchmark_suites: [examplevision-card-ocr-v1]
|
|
|
|
speech.transcription:
|
|
contract_version: 1
|
|
channel: experimental
|
|
priority: interactive
|
|
benchmark_suites: [examplevision-spoken-card-search-v1]
|
|
|
|
assistant.vision:
|
|
contract_version: 1
|
|
channel: stable
|
|
priority: interactive
|
|
benchmark_suites: [examplevision-card-reasoning-v1]
|
|
|
|
notes:
|
|
- Vision embedding and speech transcription are shadow integrations; neither changes the production recognizer.
|
|
- Document OCR remains experimental until a safe candidate passes the project quality gate.
|