Skip to content

Releases: WSE-research/qanary-explanation-service

v2.3.2

11 Apr 11:41
Compare
Choose a tag to compare
Refactored code to use env variable

v.2.3.1

11 Apr 09:45
Compare
Choose a tag to compare
  • added use of central available qanary_commons artifact
    • therefore removed the build step in the Dockerfile

v2.3.0

18 Feb 23:12
9072df2
Compare
Choose a tag to compare

Bachelorthesis release

v2.2.0

09 Jan 20:39
bc0e181
Compare
Choose a tag to compare
  • added a web frontend to query experiments in future releases
  • some bug fixes

v2.1.1

06 Dec 21:37
2af1c4c
Compare
Choose a tag to compare
Merge pull request #21 from WSE-research/gitIgnoreConfig

Git ignore config

v2.1.0

06 Dec 09:33
2fe428b
Compare
Choose a tag to compare

ADDED:

  • function to execute automated tests (see README)
    • with/without ChatGPT Request
  • function to store tests in triplestore

DELETED:
nothing

v0.2.1

14 Oct 21:28
c9ac18a
Compare
Choose a tag to compare
  • Using SELECT-Queries from the most recent Qanary commons package instead of local queries

v2.0.0

22 Sep 09:49
680b372
Compare
Choose a tag to compare

v2.0.0

  • including explanations for all - currently existing - annotation types

  • refactored the explanation's creation process and therefore removed deprecated methods

    • this approach should make it easier to create explanations for new annotation types or to edit existing ones
  • refactored the Pojo-/JsonNode approach for explanations to the use of ResultSet as it is the result-type for executed SPARQL-queries (as we use Apache Jena)

v1.6.0

21 Sep 14:23
46417ec
Compare
Choose a tag to compare
  • added new annotation type AnnotationOfQuestionTranslation

v1.5.0

21 Sep 07:07
9bf6e6c
Compare
Choose a tag to compare
  • added support for annotation type AnnotationOfQuestionLanguage