Highlights
- Favorite Queries let you save and toggle frequently used Cypher queries, reducing repetitive typing during LLM agent development.
- Connection Endpoint provides instant access to database connection strings for standalone, HA Sentinel, or Cluster modes, simplifying deployment and debugging.
- Enhanced Graph Statistics and Query Result Table views enable rapid analysis of graph structure and results, improving data exploration efficiency in GraphRAG pipelines.
Favorite Queries
You can now mark queries as favorites in the Query History panel. Click the star icon next to a query. Then use the RUN button dropdown to pick a favorite. This saves time when you run the same Cypher query often during GraphRAG testing.
Connection Endpoint
A new button lets you copy the connection string for your FalkorDB instance. It works for standalone, HA with Sentinel, or Cluster modes. Click the endpoint icon in the browser UI to get the string for your driver.
Graph Info Panel Statistics
The Graph Info panel now shows which node labels or edge types have the most records. Hover over the bar to see the exact count. This helps you spot dense parts of the graph without running a separate query.
Query Result Table View
Go to Settings -> User Experience -> Query Results Table View Preferences to switch between row based and column based layout. In the result table, click the index column to expand all columns at once.