Skip to content

Commit 1233d60

Browse files
committed
DOC-3306: add two new vector search tutorials
1 parent fdced45 commit 1233d60

File tree

3 files changed

+314
-0
lines changed

3 files changed

+314
-0
lines changed

src/manifest.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,22 @@
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+
},
347363
{
348364
"type": "internal-link",
349365
"id": "sq-learn-more",

0 commit comments

Comments
 (0)