- Add feature triggering the translation of a question by clicking it
- Update
DeTrusty
tov0.19.0
- Rename admin interface template to avoid conflicts with other extensions
- Add bottom margin for the 'ask' button
- Fix width of natural language question input field
- Fix the size of the DeTrusty icon in the footer
- Fix the marker for the LLM feature drop down for CKAN 2.9
- Update
DeTrusty
tov0.18.3
- Update German translation
- Add federation management to the admin interface
- Update
DeTrusty
tov0.18.2
- Update German translation
- Fix reading query timeout from config
- Update
DeTrusty
tov0.17.0
- Add query timeout feature
- Default is 60 seconds
- Timeout is shown in the query interface
- Timeout can be changed from the admin interface
- Update German translation
- Fix footer alignment issue in different versions of CKAN
- Include the logo of
DeTrusty
in the footer - Add experimental feature
LLM-based Question Answering
- Update
DeTrusty
tov0.16.1
- Update
DeTrusty
tov0.16.0
- Use
toolkit.c.user
instead ofcommon.current_user.name
- Fix setting of default values for the default query and its name
- Add feature to set the default query via the admin interface
- Verify default query
- Syntactically using the parser of
DeTrusty
- Semantically by decomposing the query with
DeTrusty
- Syntactically using the parser of
- Update German translation
- Update
DeTrusty
tov0.15.6
- Add bottom margin to SPARQL interface
- Fix overwrite of some styles
- Add dummy interface for removing knowledge graphs from the federation
- Add dummy interface for adding knowledge graphs to the federation
- Update German translation
- Add hyperlinks for the knowledge graphs of the federation in the admin page
- Update style of the table in the admin page
- Fix admin page causing FedORKG being marked as active tab
- Update
DeTrusty
tov0.15.4
- Add footer
- Choose admin tab icon based on CKAN version
- Add first simple version of an admin interface
- Add internationalization support
- Add German translation
- Update
DeTrusty
tov0.15.3
- Fix
SetuptoolsDeprecationWarning
- The
namespace_packages
parameter is deprecated. - Replace its usage with implicit namespaces (PEP 420).
- The
- Fix breadcrumb URL for systems using a proxy
- Fix navbar URL for systems using a proxy
- Use
toolkit.render()
- Include
static
andtemplates
aspackage_data
- Prototype version