feat: add Graph Rag template Renamed template file name (#5604)

* Renamed template file name

* Removed keyspaces

* add global variables and update description

* add icon and tags for the example

---------

Co-authored-by: anovazzi1 <otavio2204@gmail.com>
This commit is contained in:
Pedro Pacheco 2025-01-09 12:18:47 -07:00 committed by GitHub
commit 319380462e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4074 additions and 6 deletions

File diff suppressed because one or more lines are too long

View file

@ -56,7 +56,7 @@
"framer-motion": "^11.2.10",
"fuse.js": "^7.0.0",
"lodash": "^4.17.21",
"lucide-react": "^0.395.0",
"lucide-react": "^0.469.0",
"million": "^3.1.11",
"moment": "^2.30.1",
"openseadragon": "^4.1.1",
@ -9751,11 +9751,12 @@
}
},
"node_modules/lucide-react": {
"version": "0.395.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.395.0.tgz",
"integrity": "sha512-6hzdNH5723A4FLaYZWpK50iyZH8iS2Jq5zuPRRotOFkhu6kxxJiebVdJ72tCR5XkiIeYFOU5NUawFZOac+VeYw==",
"version": "0.469.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.469.0.tgz",
"integrity": "sha512-28vvUnnKQ/dBwiCQtwJw7QauYnE7yd2Cyp4tTTJpvglX4EMpbflcdBgrgToX2j71B3YvugK/NH3BGUk+E/p/Fw==",
"license": "ISC",
"peerDependencies": {
"react": "^16.5.1 || ^17.0.0 || ^18.0.0"
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
},
"node_modules/lz-string": {

View file

@ -51,7 +51,7 @@
"framer-motion": "^11.2.10",
"fuse.js": "^7.0.0",
"lodash": "^4.17.21",
"lucide-react": "^0.395.0",
"lucide-react": "^0.469.0",
"million": "^3.1.11",
"moment": "^2.30.1",
"openseadragon": "^4.1.1",

View file

@ -36,6 +36,7 @@ import {
Boxes,
Braces,
BrainCircuit,
ChartNetwork,
Check,
CheckCheck,
CheckCircle2,
@ -920,6 +921,7 @@ export const nodeIconsLucide: iconsType = {
CornerDownLeft,
ChevronsDownUp,
OptionIcon,
ChartNetwork,
Option: OptionIcon,
FreezeAll: freezeAllIcon,
Table,