Skip to content

release-8.5: update the note about vector search support #21365

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: release-8.5
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vector-search/vector-search-get-started-using-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Throughout this tutorial, you will develop this AI application using [TiDB Vecto

> **Note:**
>
> The vector search feature is only available for TiDB Self-Managed clusters and [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-serverless) clusters.
> The vector search feature is only available for TiDB Self-Managed (TiDB >= v8.4) and [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-serverless). It is not available for [TiDB Cloud Dedicated](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-dedicated).

## Prerequisites

Expand Down
2 changes: 1 addition & 1 deletion vector-search/vector-search-get-started-using-sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This tutorial demonstrates how to get started with TiDB Vector Search just using

> **Note:**
>
> The vector search feature is only available for TiDB Self-Managed clusters and [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-serverless) clusters.
> The vector search feature is only available for TiDB Self-Managed (TiDB >= v8.4) and [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-serverless). It is not available for [TiDB Cloud Dedicated](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-dedicated).

## Prerequisites

Expand Down
2 changes: 1 addition & 1 deletion vector-search/vector-search-improve-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ TiDB Vector Search enables you to perform Approximate Nearest Neighbor (ANN) que

> **Note:**
>
> The vector search feature is only available for TiDB Self-Managed clusters and [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-serverless) clusters.
> The vector search feature is only available for TiDB Self-Managed (TiDB >= v8.4) and [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-serverless). It is not available for [TiDB Cloud Dedicated](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-dedicated).

## Add vector search index for vector columns

Expand Down
2 changes: 1 addition & 1 deletion vector-search/vector-search-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To improve search efficiency, you can create vector search indexes in TiDB for a

> **Note:**
>
> The vector search feature is only available for TiDB Self-Managed clusters and [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-serverless) clusters.
> The vector search feature is only available for TiDB Self-Managed (TiDB >= v8.4) and [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-serverless). It is not available for [TiDB Cloud Dedicated](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-dedicated).
Currently, TiDB supports the [HNSW (Hierarchical Navigable Small World)](https://en.wikipedia.org/wiki/Hierarchical_navigable_small_world) vector search index algorithm.

Expand Down
2 changes: 1 addition & 1 deletion vector-search/vector-search-integrate-with-django-orm.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This tutorial walks you through how to use [Django](https://www.djangoproject.co

> **Note:**
>
> The vector search feature is only available for TiDB Self-Managed clusters and [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-serverless) clusters.
> The vector search feature is only available for TiDB Self-Managed (TiDB >= v8.4) and [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-serverless). It is not available for [TiDB Cloud Dedicated](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-dedicated).

## Prerequisites

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This tutorial walks you through how to use [Jina AI](https://jina.ai/) to genera

> **Note:**
>
> The vector search feature is only available for TiDB Self-Managed clusters and [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-serverless) clusters.
> The vector search feature is only available for TiDB Self-Managed (TiDB >= v8.4) and [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-serverless). It is not available for [TiDB Cloud Dedicated](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-dedicated).

## Prerequisites

Expand Down
2 changes: 1 addition & 1 deletion vector-search/vector-search-integrate-with-langchain.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This tutorial demonstrates how to integrate the [vector search](/vector-search/v

> **Note:**
>
> The vector search feature is only available for TiDB Self-Managed clusters and [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-serverless) clusters.
> The vector search feature is only available for TiDB Self-Managed (TiDB >= v8.4) and [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-serverless). It is not available for [TiDB Cloud Dedicated](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-dedicated).

> **Tip**
>
Expand Down
2 changes: 1 addition & 1 deletion vector-search/vector-search-integrate-with-llamaindex.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This tutorial demonstrates how to integrate the [vector search](/vector-search/v

> **Note:**
>
> The vector search feature is only available for TiDB Self-Managed clusters and [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-serverless) clusters.
> The vector search feature is only available for TiDB Self-Managed (TiDB >= v8.4) and [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-serverless). It is not available for [TiDB Cloud Dedicated](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-dedicated).
> **Tip**
>
Expand Down
2 changes: 1 addition & 1 deletion vector-search/vector-search-integrate-with-peewee.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This tutorial walks you through how to use [peewee](https://docs.peewee-orm.com/

> **Note:**
>
> The vector search feature is only available for TiDB Self-Managed clusters and [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-serverless) clusters.
> The vector search feature is only available for TiDB Self-Managed (TiDB >= v8.4) and [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-serverless). It is not available for [TiDB Cloud Dedicated](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-dedicated).

## Prerequisites

Expand Down
2 changes: 1 addition & 1 deletion vector-search/vector-search-integrate-with-sqlalchemy.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This tutorial walks you through how to use [SQLAlchemy](https://www.sqlalchemy.o

> **Note:**
>
> The vector search feature is only available for TiDB Self-Managed clusters and [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-serverless) clusters.
> The vector search feature is only available for TiDB Self-Managed (TiDB >= v8.4) and [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-serverless). It is not available for [TiDB Cloud Dedicated](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-dedicated).

## Prerequisites

Expand Down
2 changes: 1 addition & 1 deletion vector-search/vector-search-integration-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This document provides an overview of TiDB vector search integration, including

> **Note:**
>
> The vector search feature is only available for TiDB Self-Managed clusters and [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-serverless) clusters.
> The vector search feature is only available for TiDB Self-Managed (TiDB >= v8.4) and [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-serverless). It is not available for [TiDB Cloud Dedicated](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-dedicated).

## AI frameworks

Expand Down
2 changes: 1 addition & 1 deletion vector-search/vector-search-limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This document describes the known limitations of TiDB vector search.

> **Note:**
>
> The vector search feature is only available for TiDB Self-Managed clusters and [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-serverless) clusters.
> The vector search feature is only available for TiDB Self-Managed (TiDB >= v8.4) and [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-serverless). It is not available for [TiDB Cloud Dedicated](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-dedicated).

## Vector data type limitations

Expand Down
2 changes: 1 addition & 1 deletion vector-search/vector-search-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Vector search offers a powerful solution for semantic similarity searches across

> **Note:**
>
> The vector search feature is only available for TiDB Self-Managed clusters and [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-serverless) clusters.
> The vector search feature is only available for TiDB Self-Managed (TiDB >= v8.4) and [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-serverless). It is not available for [TiDB Cloud Dedicated](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-cloud-dedicated).

## Concepts

Expand Down