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