Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 996 Bytes

CHANGELOG.md

File metadata and controls

15 lines (13 loc) · 996 Bytes

Changelog

ICICONSOLE

0.0.10

6/15/23

Changes
  1. improved user interface for select queries. Now, the user can select a query from a list of available queries (help command), and the query will be executed automatically. This works toward an automated process for querying Knowledge Graphs.
  2. for Knowledge Graph queries that return entire node(s), a separate view will be opened to display the node in a more readable format. In this view, scrolling is enabled to see the complete data in the confined space of the terminal.
  3. minor bug fixes
Planned Changes
  1. add support for Knowledge Graph queries that return edges
  2. add automation for creation and deletion within Knowledge Graphs, past read-only operations.
  3. integrate Tapis federated authentication
  4. create a natural language interface for querying Knowledge Graphs, which would automate the automation process itself. This would be a long-term goal, and would require a lot of research and development.