Skip to content

Commit 1f1c639

Browse files
Update intro.md
1 parent 0b83406 commit 1f1c639

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/vss/intro.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ Examples of unstructured data include:
66
- Text passages
77
- Images
88
- Videos
9-
- Music titles.
9+
- Music titles
1010

1111
One approach to dealing with unstructured data is to vectorize it. Vectorizing means mapping unstructured data to a flat sequence of numbers.
1212

13-
Vectors represent the data embedded in an N-dimensional space. Machine learning models have facilitated the rise of embeddings as a widely embraced method for generating dense, low-dimensional vector representations. Given a suitable machine learning model, the generated embeddings can encapsulate complex patterns and semantic meanings inherent in data.
13+
Vectors represent the data embedded in an N-dimensional space.
14+
15+
Machine learning models have facilitated the rise of embeddings as a widely embraced method for generating dense, low-dimensional vector representations.
16+
17+
Given a suitable machine learning model, the generated embeddings can encapsulate complex patterns and semantic meanings inherent in data.
1418

1519
You can use Redis Stack as a vector database, which allows you to:
1620

0 commit comments

Comments
 (0)