This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "title": "Actions scenarios", | |
| "version": "2.4", | |
| "settings": { | |
| "pagenumber": 0, | |
| "editable": true, | |
| "fullscreenEnabled": false, | |
| "parameters": { | |
| "neodash_movie_title": "The Matrix Revolutions", | |
| "neodash_movie_released": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import pandas as pd | |
| import os | |
| import io # Import the io module to handle byte streams | |
| from langchain_core.documents import Document # Still useful for metadata, but not for LLM inference | |
| from neo4j import GraphDatabase | |
| from google.colab import files # Import the files module for uploading | |
| # --- Configuration --- | |
| NEO4J_URI = "neo4j+s://46b4811c.databases.neo4j.io" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "ssoEnabled": false, | |
| "ssoProviders": [], | |
| "ssoDiscoveryUrl": "https://example.com", | |
| "standalone": false, | |
| "standaloneProtocol": "neo4j+s", | |
| "standaloneHost": "localhost", | |
| "standalonePort": "7687", | |
| "standaloneDatabase": "neo4j", | |
| "standaloneDashboardName": "My Dashboard", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 1. Add placeholder properties onto non-song entities (needed for FastRP) | |
| MATCH (n) | |
| WHERE n:Artist OR n:Genre OR n:Album | |
| SET n.instrumentalness = 0.0, | |
| n.speechiness = 0.0, | |
| n.tempo = 0.0, | |
| n.danceability = 0.0, | |
| n.acousticness = 0.0, | |
| n.instrumentalness = 0.0, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "version": "2.3.1-beta.0", | |
| "visualisation": { | |
| "nodes": [ | |
| { | |
| "id": "n:0", | |
| "position": { | |
| "x": 26.05864362623337, | |
| "y": -39.73432629797162 | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "title": "Graph Risk Register", | |
| "version": "2.4", | |
| "settings": { | |
| "pagenumber": 0, | |
| "editable": true, | |
| "fullscreenEnabled": false, | |
| "parameters": { | |
| "neodash_businessunit_name": "Security", | |
| "neodash_businessunit_name_display": "Security", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version='1.0' encoding='UTF-8'?> | |
| <graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://graphml.graphdrawing.org/xmlns/1.0/graphml.xsd"> | |
| <key id="date" for="node" attr.name="date"/> | |
| <key id="notes" for="node" attr.name="notes"/> | |
| <key id="author" for="node" attr.name="author"/> | |
| <key id="description" for="node" attr.name="description"/> | |
| <key id="accepted" for="node" attr.name="accepted"/> | |
| <key id="title" for="node" attr.name="title"/> | |
| <key id="type" for="node" attr.name="type"/> | |
| <key id="uuid" for="node" attr.name="uuid"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "title": "New dashboard", | |
| "version": "2.4", | |
| "settings": { | |
| "pagenumber": 0, | |
| "editable": true, | |
| "fullscreenEnabled": false, | |
| "parameters": {} | |
| }, | |
| "pages": [ |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://graphml.graphdrawing.org/xmlns/1.0/graphml.xsd"> | |
| <key id="minAmount" for="node" attr.name="minAmount"/> | |
| <key id="Email" for="node" attr.name="Email"/> | |
| <key id="AgreementOpenDate" for="node" attr.name="AgreementOpenDate"/> | |
| <key id="RecentAmount" for="node" attr.name="RecentAmount"/> | |
| <key id="CreateDateTime" for="node" attr.name="CreateDateTime"/> | |
| <key id="Gender" for="node" attr.name="Gender"/> | |
| <key id="TelephoneHome" for="node" attr.name="TelephoneHome"/> | |
| <key id="TelephoneMob" for="node" attr.name="TelephoneMob"/> |
NewerOlder