From 2d7f52d46a189f884a72b74191fa68cb2aa47c43 Mon Sep 17 00:00:00 2001 From: Matthew McNeely Date: Tue, 13 Jan 2026 14:58:07 -0500 Subject: [PATCH] Update types.md with embedding index arguments reference Added a reference to the document describing supported arguments for embedding index definition. --- .../graphql_versioned_docs/version-v25/schema/types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docusaurus-docs/graphql_versioned_docs/version-v25/schema/types.md b/docusaurus-docs/graphql_versioned_docs/version-v25/schema/types.md index ada8aca2..f038513f 100644 --- a/docusaurus-docs/graphql_versioned_docs/version-v25/schema/types.md +++ b/docusaurus-docs/graphql_versioned_docs/version-v25/schema/types.md @@ -68,6 +68,7 @@ type User { ``` In this schema, the field `name_v` is an embedding on which the [@search ](/graphql/schema/directives/search/#vector-embedding) directive for vector embeddings is used. +For a full description of the supported arguments to the embedding index definition, see [this document](/dql/predicate-indexing#vector-indices). ### The `ID` type