MycroftAI / skill-wiki

Query Wikipedia articles
https://mycroft.ai/skills
Apache License 2.0
18 stars 33 forks source link

Speed up response times #47

Closed krisgesling closed 3 years ago

krisgesling commented 4 years ago

Following on from PR #46 - we should be able to speed up the response time from the wikipedia service. A user shouldn't need to wait > 10 seconds for an answer.

Options are to switch libraries and/or reduce the number of requests being made. Currently for a single search we can make up to 3 requests to wikipedia as we:

  1. List possible pages
  2. Fetch two line summary of most likely page.
  3. If too long, re-fetch one line summary