Skip to content

docs: Add DuckDB HNSW vector index support for accelerated views#1658

Merged
lukekim merged 1 commit into
trunkfrom
docs/update-from-pr-10695
May 6, 2026
Merged

docs: Add DuckDB HNSW vector index support for accelerated views#1658
lukekim merged 1 commit into
trunkfrom
docs/update-from-pr-10695

Conversation

@claudespice
Copy link
Copy Markdown
Collaborator

Summary

  • Document that DuckDB HNSW vector indexes now work with accelerated views, not just datasets
  • Add a view configuration example with HNSW vector search

Source PRs

Changes

  • website/docs/components/vectors/duckdb.md:
    • Updated intro text to mention "dataset or view" instead of just "dataset"
    • Added a "View example" section with a complete YAML configuration and SQL query example
    • Updated the Limitations section to say "dataset or view"

Test plan

  • View example YAML matches the configuration structure from the source PR
  • Links are valid
  • Only vNext docs updated (feature is new)

Previously, DuckDB HNSW vector indexes were only created for datasets.
Accelerated views now also support HNSW indexes when configured with
embedding columns and the DuckDB vector engine.

Source: spiceai/spiceai#10695
@claudespice claudespice self-assigned this May 6, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

🔍 Pull with Spice Failed

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

Failed checks:

  • ❌ At least one assignee is required for this pull request.

Please address these issues and update your pull request.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

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

@lukekim lukekim merged commit 95f2ca7 into trunk May 6, 2026
6 of 9 checks passed
@lukekim lukekim deleted the docs/update-from-pr-10695 branch May 6, 2026 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants