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
@shawn0915 Thank you for bringing this up. Let me clarify:
The document at https://docs.pingcap.com/tidbcloud/vector-search-get-started-using-python is specifically for TiDB Cloud users. The "beta" status and "only available for TiDB Cloud Serverless clusters" statement refers to the feature's availability within TiDB Cloud - meaning it's not yet supported on TiDB Cloud Dedicated clusters.
This TiDB document docs.pingcap.com/tidb/v8.4/vector-search-get-started-using-python explicitly mentions "only available for TiDB Self-Managed clusters and TiDB Cloud Serverless clusters" because it includes usage examples for both TiDB Self-Managed and TiDB Cloud Serverless clusters.
in tidb docs, "vector search" should be "Vector Search"?
Regarding capitalization: @qiancai Could you please confirm the preferred terminology? I notice that both "vector search" and "Vector Search" appear in the TiDB Cloud documentation. Should we standardize on one format for consistency?
This TiDB document docs.pingcap.com/tidb/v8.4/vector-search-get-started-using-python explicitly mentions "only available for TiDB Self-Managed clusters and TiDB Cloud Serverless clusters" because it includes usage examples for both TiDB Self-Managed and TiDB Cloud Serverless clusters.
in tidb docs, "vector search" should be "Vector Search"?
Regarding capitalization: @qiancai Could you please confirm the preferred terminology? I notice that both "vector search" and "Vector Search" appear in the TiDB Cloud documentation. Should we standardize on one format for consistency?
Yes, I've created a PR #19385 to standardize the capitalization of “vector search” and “Vector Search” across the TiDB Cloud documentation to improve consistency and readability. The changes follow these rules:
"TiDB Vector Search": Used when referring to TiDB’s specific product feature.
"vector search": Used when referring to the concept of vector search in a general or technical context.
Activity
Oreoxmt commentedon Nov 12, 2024
@shawn0915 Thank you for bringing this up. Let me clarify:
The document at https://docs.pingcap.com/tidbcloud/vector-search-get-started-using-python is specifically for TiDB Cloud users. The "beta" status and "only available for TiDB Cloud Serverless clusters" statement refers to the feature's availability within TiDB Cloud - meaning it's not yet supported on TiDB Cloud Dedicated clusters.
If you're interested in Vector Search documentation for TiDB v8.4, please refer to the TiDB Self-Managed documenattion at https://docs.pingcap.com/tidb/v8.4/vector-search-get-started-using-python.
shawn0915 commentedon Nov 12, 2024
@Oreoxmt thanks for reply.
It is better to clarify the scope or the description like "available for TiDB Self-Managed clusters and [TiDB Cloud Serverless]" in both sides?
https://docs.pingcap.com/tidb/v8.4/vector-search-get-started-using-python
https://docs.pingcap.com/tidbcloud/vector-search-get-started-using-python
BTW,
in tidb docs, "vector search" should be "Vector Search"?
Oreoxmt commentedon Nov 12, 2024
@shawn0915
@qiancai Could you please confirm the preferred terminology? I notice that both "vector search" and "Vector Search" appear in the TiDB Cloud documentation. Should we standardize on one format for consistency?
breezewish commentedon Nov 12, 2024
Maybe we need to change occurance to this everywhere, like:
TiDB Vector Search is currently in beta and is not available for TiDB Cloud Dedicated clusters.
This could lead to less confusions.
qiancai commentedon Nov 12, 2024
Yes, I've created a PR #19385 to standardize the capitalization of “vector search” and “Vector Search” across the TiDB Cloud documentation to improve consistency and readability. The changes follow these rules:
breezewish commentedon Nov 24, 2024
I guess a recent misunderstanding caused by current Serverless doc is here: pingcap/autoflow#399