docs: Update acknowledgements (#1804)
11 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>
10 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>
10 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>
10 days ago
docs(dremio): correct PAT terminology in deployment troubleshooting
The Dremio connector authenticates with username/password only
(Credentials::new(username, password) in connector-dremio/src/lib.rs);
it has no personal-access-token parameter. The UNAUTHENTICATED
troubleshooting row referenced an 'expired PAT' and 'regenerate the
PAT', contradicting the page's own username/password auth section.
Reworded to reference the dremio_username/dremio_password credentials.
15 hours ago
docs: update spicepod examples from version v1beta1 to v1 (removed in v2.0)
10 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>
10 days ago
docs(data-refresh): document on_schema_resolved ready_state on the data-refresh page
The ReadyState enum has three variants (on_load / on_registration /
on_schema_resolved; crates/spicepod/src/component/dataset.rs:125-135), added
in v2.0.0 (spiceai/spiceai#10368). #1831 documented on_schema_resolved on the
datasets reference page but the data-refresh feature page still listed only
two values. Add the third with the same description used on the reference page.
Scoped to vNext + version-2.0.x (the value landed in v2.0.0).
15 hours ago
docs(getting-started): fix "REPL inferface" typo
Mirrors spiceai/spiceai#11042 which fixed the same typo in the project
README. The text appears across all versioned getting-started pages.
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>
10 days ago
docs(arrow): hash index auto-enables via primary_key/indexes, not hash_index: enabled
The Arrow accelerator no longer activates its hash index from a
hash_index: enabled param. As of v2.0.0 (spiceai/spiceai#10749), the param
is stripped and ignored (a warning is logged), and indexing auto-enables
only when primary_key or indexes is configured. The canonical hash-index
feature page was corrected in #1730 but the Arrow accelerator pages and the
performance-tuning reference still instructed users to set hash_index: enabled.
Scoped to vNext + version-2.0.x only; the behavior changed in v2.0.0, so
v1.11.x and earlier correctly document the legacy activation mechanism.
15 hours 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>
10 days ago
fix: Add terminating semicolons to standalone SQL examples
Addresses #444. Adds `;` to single-statement SQL code blocks where the
example shows an executable query without a terminator. Skips:
- Syntax templates / function signatures (BNF-style `[ ]`, `{ | }`,
`<placeholder>`) in `reference/sql/dml.md`, `subqueries.md`,
`search.md` — these are not statements.
- Mixed query+output blocks where the SQL is already terminated and
the block ends with rendered table output.
- NRQL examples mistagged as `sql` (separate concern from #444).
Verified with `npm run build` (no link/render regressions).
a month 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>
10 days ago
docs(evals): replace removed vNext evals pages with v2.0 deprecation notices
Evals (the `evals` Spicepod component and `/v1/evals` API) were removed in
Spice v2.0 (spiceai/spiceai#9420) and the vNext pages were hard-deleted,
leaving old links to 404. Restore the LLM evals and spicepod evals pages as
deprecation stubs that link to the v1.11.x docs, matching the existing
Perplexity deprecation pattern, and drop the now-inaccurate Evals row from
the AI-apps comparison table. Versioned docs (1.5.x-1.11.x) are unchanged.
18 days ago
docs: update community Slack URL to https://spice.ai/slack (#1752)
a month ago
docs: enhance component documentation and add comparison page
3 months ago
docs: Add Azure Cosmos DB Data Connector and deployment guide (#1639)
* docs: Add Azure Cosmos DB Data Connector and deployment guide
Add comprehensive documentation for the Azure Cosmos DB (NoSQL / Core SQL
API) data connector, which surfaces Cosmos containers as SQL tables in
Spice with read-only scans and per-account connection resilience.
New pages:
- components/data-connectors/cosmosdb/index.md — overview, configuration
(auth, data shape, resilience), authentication options, schema
inference and JSON->Arrow type mapping, querying patterns, acceleration,
and limitations
- components/data-connectors/cosmosdb/deployment.md — production
operating guide covering authentication, RU sizing, retries and
backoff, the per-account permanent-error latch, the
inflight_operations metric, known limitations, and troubleshooting
Wire-ups:
- components/data-connectors/index.md — add cosmosdb row + link target
- reference/spicepod/datasets.md — add cosmosdb to the supported
connector list
- tags.yml — register cosmosdb tag
* chore: trigger CI
---------
Co-authored-by: claudespice <claudespice@users.noreply.github.com>
a month ago