ovos-core icon indicating copy to clipboard operation
ovos-core copied to clipboard

Pipeline priorities not respected

Open goldyfruit opened this issue 1 year ago • 1 comments

It takes about two seconds to match an intent even if only fallback pipelines are configured.

2024-01-01 18:01:17.092 - skills - ovos_core.intent_services.commonqa_service:handle_question:123 - INFO - Searching for what is open Voice OS
2024-01-01 18:01:19.094 - skills - ovos_core.intent_services.commonqa_service:_query_timeout:178 - INFO - Timeout occurred check responses
2024-01-01 18:01:19.096 - skills - ovos_core.intent_services.fallback_service:_collect_fallback_skills:102 - INFO - checking for FallbackSkillsV2 candidates
2024-01-01 18:01:19.107 - skills - ovos_core.intent_services.fallback_service:_collect_fallback_skills:102 - INFO - checking for FallbackSkillsV2 candidates
2024-01-01 18:01:19.111 - skills - ovos_core.intent_services.fallback_service:handle_ack:95 - INFO - skill-ovos-fallback-chatgpt.openvoiceos will try to handle fallback

Configuration:

  "intents": {
    "pipeline": [
      "fallback_high",
      "fallback_medium",
      "fallback_low"
    ]
  }

goldyfruit avatar Jan 03 '24 19:01 goldyfruit

is this still an issue?

also to be sure, if using a voice sat with hivemind, did you change the pipeline config in the sat iself not core?

JarbasAl avatar Feb 24 '24 19:02 JarbasAl

please reopen if still an issue, cant replicate and the end2end tests depend on this being functional, so will assume it has been solved

JarbasAl avatar May 28 '24 06:05 JarbasAl