Skip to content

Commit d235fef

Browse files
Merge pull request #48 from RedisInsight/main
Releasing vector search tutorials
2 parents 509956e + 35109f7 commit d235fef

File tree

6 files changed

+26
-16
lines changed

6 files changed

+26
-16
lines changed

.DS_Store

6 KB
Binary file not shown.

src.zip

543 KB
Binary file not shown.

src/.DS_Store

6 KB
Binary file not shown.

src/manifest.json

+26-16
Original file line numberDiff line numberDiff line change
@@ -344,22 +344,6 @@
344344
"path": "/sq/aggregations.md"
345345
}
346346
},
347-
{
348-
"type": "internal-link",
349-
"id": "sq-vectors-basic",
350-
"label": "Vector search (basic)",
351-
"args": {
352-
"path": "/sq/vectors-basic.md"
353-
}
354-
},
355-
{
356-
"type": "internal-link",
357-
"id": "sq-vectors-adv-hash",
358-
"label": "Vector search (advanced)",
359-
"args": {
360-
"path": "/sq/vectors-adv-hash.md"
361-
}
362-
},
363347
{
364348
"type": "internal-link",
365349
"id": "sq-learn-more",
@@ -412,6 +396,32 @@
412396
}
413397
}
414398
]
399+
},
400+
{
401+
"type": "group",
402+
"id": "vss",
403+
"label": "Vector search explained",
404+
"args": {
405+
"initialIsOpen": false
406+
},
407+
"children": [
408+
{
409+
"type": "internal-link",
410+
"id": "vss-vectors-basic",
411+
"label": "Vector search (basic)",
412+
"args": {
413+
"path": "/vss/vectors-basic.md"
414+
}
415+
},
416+
{
417+
"type": "internal-link",
418+
"id": "vss-vectors-adv-hash",
419+
"label": "Vector search (advanced)",
420+
"args": {
421+
"path": "/vss/vectors-adv-hash.md"
422+
}
423+
}
424+
]
415425
}
416426
]
417427
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)