Release Post for v2.0-stable (#1812)
* Release Post for v2.0-stable
* fix(release): resolve v2.0-stable docs build blockers
* chore(release): update v2.0-stable post title
* Update website/releases/v2.0-stable.md
* fix cdc tag
* cdc tag fix
* fix(releases): migrate change data capture tag to cdc
* docs(release): version v2.0-stable as latest
Snapshot docs/ into versioned_docs/version-2.0.x/ via create-release.sh, promoting v2.0 to latest (/docs) and keeping trunk as Next (/docs/next).
Fix off-by-one ../ in non-markdown links across 36 index files (in both version-2.0.x and trunk docs/) that resolve at /docs/next but escape above the docs root when built as the latest version, plus a cross-version anchor leak in v1.7 (scalar_functions#embed). Markdown (.md) links untouched. Verified with a clean npm run build.
---------
Co-authored-by: Luke Kim <80174+lukekim@users.noreply.github.com>
18 days ago
Release Post for v2.0-stable (#1812)
* Release Post for v2.0-stable
* fix(release): resolve v2.0-stable docs build blockers
* chore(release): update v2.0-stable post title
* Update website/releases/v2.0-stable.md
* fix cdc tag
* cdc tag fix
* fix(releases): migrate change data capture tag to cdc
* docs(release): version v2.0-stable as latest
Snapshot docs/ into versioned_docs/version-2.0.x/ via create-release.sh, promoting v2.0 to latest (/docs) and keeping trunk as Next (/docs/next).
Fix off-by-one ../ in non-markdown links across 36 index files (in both version-2.0.x and trunk docs/) that resolve at /docs/next but escape above the docs root when built as the latest version, plus a cross-version anchor leak in v1.7 (scalar_functions#embed). Markdown (.md) links untouched. Verified with a clean npm run build.
---------
Co-authored-by: Luke Kim <80174+lukekim@users.noreply.github.com>
18 days ago
v1.7.0 Documentation (#1148)
* Add distance metric option for S3 vectors (#1133)
* Add distance metric option for S3 vectors
* Update s3_vectors.md
---------
Co-authored-by: Luke Kim <80174+lukekim@users.noreply.github.com>
* Embed UDF docs (#1143)
* add scalar function reference
* mention embed() UDF in embeddings landing page
* RRF UDTF docs (#1142)
* add rrf UDTF docs
* update docs / user specified join key
* update search landing page with hybrid search example + link to sql reference
* Add `output_level` documentation (#1147)
* Add output_level documentation
* Minor fix
* Fix docs
---------
Co-authored-by: Luke Kim <80174+lukekim@users.noreply.github.com>
* Document Kafka/Debezium consumer_group_id and component metrics (#1154)
Co-authored-by: Luke Kim <80174+lukekim@users.noreply.github.com>
* docs: Update regex scalar reference (#1144)
Co-authored-by: Luke Kim <80174+lukekim@users.noreply.github.com>
* docs: Add embeddings cache (#1155)
* docs: Add embeddings cache
* docs: Update cache reference for defaults more clearly
* docs: Add details reference for SQL results
* Add Aggregate Functions to SQL reference (#1156)
* fix: Build (#1157)
* fix: Build
* fix
* fix
* docs: Update Acknowledgements (#1158)
---------
Co-authored-by: Jack Eadie <jack@spice.ai>
Co-authored-by: David Stancu <david@spice.ai>
Co-authored-by: Viktor Yershov <viktor@spice.ai>
Co-authored-by: Sergei Grebnov <sergei.grebnov@gmail.com>
Co-authored-by: peasee <98815791+peasee@users.noreply.github.com>
9 months ago