Spice v1.0-rc.4 (Jan 6, 2025)
Happy New Year ๐!
Announcing the release of Spice v1.0-rc.4 ๐
Spice v1.0.0-rc.4 is the fourth release candidate for the first major version of Spice.ai OSS. This release continues the focus on production readiness. In addition, xAI has been added as a model provider.
Highlights in v1.0-rc.4โ
- xAI Model Provider: Adds support for xAI hosted models.
models:
- from: xai:grok2-latest
name: xai
params:
xai_api_key: ${secrets:SPICE_XAI_API_KEY}
- Spicepod Spec Version: Spicepod spec version
v1
is now by default.v1beta1
will continue to work.
version: v1
kind: Spicepod
name: my_pod
-
GitHub Data Connector: Graduated to Stable.
-
PostgreSQL Data Accelerator: Graduated to Release Candidate (RC).