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:
parent
249f000d12
commit
319380462e
4 changed files with 4074 additions and 6 deletions
File diff suppressed because one or more lines are too long
11
src/frontend/package-lock.json
generated
11
src/frontend/package-lock.json
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue