Skip to content

Commit 4e2aae5

Browse files
lukekimCopilot
andauthored
Update website/docs/reference/spicepod/datasets.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3a7f255 commit 4e2aae5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

website/docs/reference/spicepod/datasets.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,11 +970,12 @@ Enable or disable vector storage, defaults to `true`.
970970

971971
## `vectors.engine`
972972

973-
The vector engine to use. The following engines are supported:
973+
The vector engine to use. The following engines are supported for datasets:
974974

975975
- [`s3_vectors`](../../components/vectors/s3_vectors) - Vectors are created and indexed into [Amazon S3 Vectors](https://aws.amazon.com/s3/features/vectors/).
976976
- [`elasticsearch`](../../components/vectors/elasticsearch) - Vectors are created and indexed into an [Elasticsearch](https://www.elastic.co/) cluster.
977977

978+
Dataset and view support may differ. If a view uses `vectors`, refer to the views reference for the engines supported there.
978979
## `vectors.params`
979980

980981
Optional. Parameters to pass to the vector engine. The parameters are specific to the vector engine used.

0 commit comments

Comments
 (0)