Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
Binary file added src.zip
Binary file not shown.
Binary file added src/.DS_Store
Binary file not shown.
42 changes: 26 additions & 16 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -344,22 +344,6 @@
"path": "/sq/aggregations.md"
}
},
{
"type": "internal-link",
"id": "sq-vectors-basic",
"label": "Vector search (basic)",
"args": {
"path": "/sq/vectors-basic.md"
}
},
{
"type": "internal-link",
"id": "sq-vectors-adv-hash",
"label": "Vector search (advanced)",
"args": {
"path": "/sq/vectors-adv-hash.md"
}
},
{
"type": "internal-link",
"id": "sq-learn-more",
Expand Down Expand Up @@ -412,6 +396,32 @@
}
}
]
},
{
"type": "group",
"id": "vss",
"label": "Vector search explained",
"args": {
"initialIsOpen": false
},
"children": [
{
"type": "internal-link",
"id": "vss-vectors-basic",
"label": "Vector search (basic)",
"args": {
"path": "/vss/vectors-basic.md"
}
},
{
"type": "internal-link",
"id": "vss-vectors-adv-hash",
"label": "Vector search (advanced)",
"args": {
"path": "/vss/vectors-adv-hash.md"
}
}
]
}
]
}
File renamed without changes.
File renamed without changes.