Skip to content

Commit 773f961

Browse files
authored
[Vectorize] Remove duplication from what-is-a-vector-database.mdx (#21651)
1 parent 61a80d5 commit 773f961

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/content/docs/vectorize/reference/what-is-a-vector-database.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ Without a vector database, you would need to train your model (or models) or re-
1313

1414
A vector database determines what other data (represented as vectors) is near your input query. This allows you to build different use-cases on top of a vector database, including:
1515

16-
- Semantic search, used to return results similar to the input of the query.
17-
- Classification, used to return the grouping (or groupings) closest to the input query.
18-
- Recommendation engines, used to return content similar to the input based on different criteria (for example previous product sales, or user history).
19-
- Anomaly detection, used to identify whether specific data points are similar to existing data, or different.
2016
- Semantic search, used to return results similar to the input of the query.
2117
- Classification, used to return the grouping (or groupings) closest to the input query.
2218
- Recommendation engines, used to return content similar to the input based on different criteria (for example previous product sales, or user history).

0 commit comments

Comments
 (0)