Skip to content

Releases: Trondheim-kommune/chatbot

Version 1.5.1: Hotfix

25 Nov 20:37
5d52f1d
Compare
Choose a tag to compare

Fixes:

  • Fixes a bug where merged answers did not adhere to CHAR_LIMIT since the implementation of links. The limit has also been increased, as well as the number of merged answers and the threshold for returning an answer.

Version 1.5.0

04 Nov 15:08
Compare
Choose a tag to compare

Fixes

  • Bumped NLTK to version 3.4.5
  • Fixed an issue where the crontab attempted to call the user-alised bash command instead of /bin/bash
  • Fixed code formatting to be in-line with the PEP8 standard

Version 1.4.6

13 Sep 09:20
8fe9241
Compare
Choose a tag to compare

Additions

  • Synset has been expanded to fit boligadministrasjonen

Fixes

  • Fixes a bug where not all <p>-tag contents are scraped when intertwined with <li>-tags (#40)
  • Docker image has correct timezone

Version 1.4.4

12 Sep 12:26
3d1369a
Compare
Choose a tag to compare

Additions

  • Answer and similarity thresholds are now configured from the settings file
  • External knowledge base restricted based on boligadministrasjonen

Fixes

  • Cron should now be successfully started in container

Version 1.4.1

11 Sep 12:08
0f117fc
Compare
Choose a tag to compare

Fixes

  • Cron job will now successfully execute at 01am

Version 1.4.0

09 Sep 09:05
be2a346
Compare
Choose a tag to compare

Additions

  • The source integration for all queries are now being stored

Fixes

  • Chat window integration now fits the screen of the user device

Version 1.3.1

09 Sep 08:11
75d2be7
Compare
Choose a tag to compare

Additions

  • Disclaimer added to chat integration window
  • Content title is now used as source-link text at the end of an answer

Fixes

  • Test response is now successfully being deleted from unknown queries after test-suite is finished

Version 1.3.0

03 Sep 12:32
065f291
Compare
Choose a tag to compare

Additions

  • Logging capabilities for incoming queries, their expansion and response - as well as exceptions
  • Full production-ready server for the Flask API, powered by nginx

Version 1.2.1: Docker URL reference hotfix

02 Sep 11:18
cb251a9
Compare
Choose a tag to compare

Fixes

  • Environment variable for API server URL is now correctly set and accessed in docker container

Version 1.2.0

29 Aug 13:29
ec70b6d
Compare
Choose a tag to compare

Additions

  • Added URL handling in responses. Supported by:
    • APIv1, APIv2, website, chat
  • Docker images now start scraping and serialize data on launch
  • ModelFactory and Scraper has improved tests

Fixes

  • CORS requests in APIv2 is now enabled
  • The chat-client no longer tries to request responses from localhost
  • Web-container server URL reference is now correct