You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/reference/spicepod/datasets.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -970,11 +970,12 @@ Enable or disable vector storage, defaults to `true`.
970
970
971
971
## `vectors.engine`
972
972
973
-
The vector engine to use. The following engines are supported:
973
+
The vector engine to use. The following engines are supported for datasets:
974
974
975
975
- [`s3_vectors`](../../components/vectors/s3_vectors) - Vectors are created and indexed into [Amazon S3 Vectors](https://aws.amazon.com/s3/features/vectors/).
976
976
- [`elasticsearch`](../../components/vectors/elasticsearch) - Vectors are created and indexed into an [Elasticsearch](https://www.elastic.co/) cluster.
977
977
978
+
Dataset and view support may differ. If a view uses `vectors`, refer to the views reference for the engines supported there.
978
979
## `vectors.params`
979
980
980
981
Optional. Parameters to pass to the vector engine. The parameters are specific to the vector engine used.
0 commit comments