You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API call before showing the component (perhaps even filter the results)
Graph Schema of the currently displayed graph (go over all nodes and relationships and count them in a Map (nodes
and relatiothips: source+reltype+target) (similar on how we do it for the legend)
User configured Graph Schema
Graph Schema from LLM
Graph Schema from Model file from data importer
On "elementId" - as this is a string the content doesn't really matter. So we can also just use the label name as id, e.g. id for Person would be "Person" and id for rel-type: (Person)-[:WORKS_AT]->(:Company) would be "Person WORKS_AT Company".
This should also make it easier to search and validate if needed. By label or rel-type.
Meta Graph Visualization
show configured schema / database schema toggle
add to graph visualization UI modal as button above the legend
show source in title
Graph Schema Model
start implementing the better graph model representation
The text was updated successfully, but these errors were encountered: