Skip to content

Document Elasticsearch data connector and vector engine#1547

Merged
lukekim merged 5 commits into
trunkfrom
lukim/vector-engine-elastic-search
Apr 23, 2026
Merged

Document Elasticsearch data connector and vector engine#1547
lukekim merged 5 commits into
trunkfrom
lukim/vector-engine-elastic-search

Conversation

@lukekim
Copy link
Copy Markdown
Contributor

@lukekim lukekim commented Apr 21, 2026

Adds comprehensive documentation for the Elasticsearch integration in Spice, covering both roles the connector plays:

  • Data Connector (from: elasticsearch:<index>) — query existing Elasticsearch indexes as Spice SQL tables, including field-type → Arrow mapping and usage with vector_search, text_search, and rrf table functions.
  • Vector Engine (vectors.engine: elasticsearch) — use Elasticsearch as the backing store for Spice-managed column embeddings, modeled after the existing S3 Vectors page.

Also updates the component index tables and the datasets.vectors.engine reference so Elasticsearch is discoverable.

Build passes (npm run build).

Files

  • website/docs/components/data-connectors/elasticsearch.md (new)
  • website/docs/components/vectors/elasticsearch.md (new)
  • website/docs/components/data-connectors/index.md — ES row: RoadmapAlpha with link
  • website/docs/components/vectors/index.md — add Elasticsearch row
  • website/docs/reference/spicepod/datasets.md — add elasticsearch to supported vectors.engine values
  • website/docs/tags.yml — add elasticsearch tag

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 21, 2026

✅ Pull with Spice Passed

Passing checks:

  • ✅ Title meets minimum length requirement (10 characters)
  • ✅ Has at least one of the required labels: area/blog, area/docs, area/cookbook, dependencies
  • ✅ No banned labels detected
  • ✅ Has at least one assignee: lukekim

@github-actions
Copy link
Copy Markdown

🚀 deployed to https://de8043ea.spiceai-org-website.pages.dev

@lukekim lukekim self-assigned this Apr 21, 2026
@lukekim lukekim added the enhancement New feature or request label Apr 21, 2026
@lukekim lukekim added this to the v2.0 milestone Apr 21, 2026
@github-actions
Copy link
Copy Markdown

🚀 deployed to https://bb1bf695.spiceai-org-website.pages.dev

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds documentation for the Elasticsearch integration in Spice, covering both the Elasticsearch Data Connector and Elasticsearch-backed vector storage, and updates indexes/references so the integration is discoverable in the docs.

Changes:

  • Adds new component docs for the Elasticsearch data connector and the Elasticsearch vector engine.
  • Updates component index pages to include/link Elasticsearch and reflect its maturity status.
  • Updates the Spicepod datasets reference and docs tags to include Elasticsearch.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
website/docs/tags.yml Adds an elasticsearch docs tag definition.
website/docs/reference/spicepod/datasets.md Adds elasticsearch to the documented supported vectors.engine values for datasets.
website/docs/components/vectors/index.md Adds Elasticsearch to the vector engines index table and link references.
website/docs/components/vectors/elasticsearch.md New documentation page for using Elasticsearch as a Spice vector engine.
website/docs/components/data-connectors/index.md Updates Elasticsearch connector row to “Alpha” and links to the new doc page.
website/docs/components/data-connectors/elasticsearch.md New documentation page for querying Elasticsearch indexes via the data connector.

Comment thread website/docs/reference/spicepod/datasets.md Outdated
lukekim and others added 2 commits April 22, 2026 08:04
@github-actions
Copy link
Copy Markdown

🚀 deployed to https://26f7cc7e.spiceai-org-website.pages.dev

@github-actions
Copy link
Copy Markdown

🚀 deployed to https://4fc96894.spiceai-org-website.pages.dev

@github-actions
Copy link
Copy Markdown

🚀 deployed to https://1f6ae6b9.spiceai-org-website.pages.dev

@lukekim lukekim merged commit b816b78 into trunk Apr 23, 2026
6 checks passed
@lukekim lukekim deleted the lukim/vector-engine-elastic-search branch April 23, 2026 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/docs enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants