From b5af704cd6ab73404e06cdb50cbd180cadf00297 Mon Sep 17 00:00:00 2001 From: The Magician Date: Tue, 22 Aug 2023 15:17:23 -0700 Subject: [PATCH] Fix Vertex AI DS category (#8741) (#15602) Signed-off-by: Modular Magician --- .changelog/8741.txt | 2 ++ website/docs/d/google_vertex_ai_index.html.markdown | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .changelog/8741.txt diff --git a/.changelog/8741.txt b/.changelog/8741.txt new file mode 100644 index 00000000000..e4e22fc1e47 --- /dev/null +++ b/.changelog/8741.txt @@ -0,0 +1,2 @@ +```release-note:none +``` diff --git a/website/docs/d/google_vertex_ai_index.html.markdown b/website/docs/d/google_vertex_ai_index.html.markdown index 5b0caf3e799..10f89ea2566 100644 --- a/website/docs/d/google_vertex_ai_index.html.markdown +++ b/website/docs/d/google_vertex_ai_index.html.markdown @@ -1,5 +1,5 @@ --- -subcategory: "VertexAI" +subcategory: "Vertex AI" description: |- A representation of a collection of database items organized in a way that allows for approximate nearest neighbor (a.k.a ANN) algorithms search. ---