Skip to content

Commit

Permalink
document "common_query" config options (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Aug 3, 2024
1 parent 6eb5dd4 commit 056021e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ovos_config/mycroft.conf
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,18 @@
"single_thread": true
},

// Common Query gathers responses to questions from various skills and chooses the best answer
"common_query": {
// maximum seconds to wait for skill responses before giving up
"max_response_wait": 6,
// how much extra seconds to allow a skill to search if it requests so
"extension_time": 3,
// reranker plugins are responsible for selecting the best answer among skill responses in case of ties
// the default is a BM25 implementation from ovos-classifiers
"reranker": "ovos-choice-solver-bm25"
},

// OVOS Common Play - handle media requests
"OCP": {
// enable usage of a pretrained classifier for MediaType matching
// if disabled a simple .voc match is used
Expand Down

0 comments on commit 056021e

Please sign in to comment.