We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1c639 commit 74e37d9Copy full SHA for 74e37d9
src/manifest.json
@@ -405,6 +405,15 @@
405
"initialIsOpen": false
406
},
407
"children": [
408
+ {
409
+ "type": "internal-link",
410
+ "id": "vss-intro",
411
+ "label": "Introduction",
412
+ "summary": "Understand how to use Redis as a vector database.",
413
+ "args": {
414
+ "path": "/vss/intro.md"
415
+ }
416
+ },
417
{
418
"type": "internal-link",
419
"id": "vss-vectors-basic",
@@ -420,6 +429,14 @@
420
429
"args": {
421
430
"path": "/vss/vectors-adv-hash.md"
422
431
}
432
433
434
435
+ "id": "vss-learn-more",
436
+ "label": "Learn more",
437
438
+ "path": "/vss/learn-more.md"
439
423
440
424
441
]
425
442
0 commit comments