> For the complete documentation index, see [llms.txt](https://learn.getvectorai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.getvectorai.com/what-are-vectors/untitled.md).

# Introduction to vectors

An introduction to vectors

**Assumed Knowledge**: Vectors\
**Target Audience**: General Audience\
**Reading Time:** 3 minutes

**What are vectors?**

Vectors are a list of numbers that meaningfully and uniquely represent data. See below for an example.

```
[0.324, 0.241, 0.934, 0.424, 0.141, 0.242] #example of a vector
```

Although vectors may look like a series of random numbers, they are actually the result of carefully constructed and trained artificial neural networks (more details below).

**Think of vectors as the fingerprint of data**. Much like how everyone has their own fingerprint, every piece of data (whether it is an image, video, text or audio) has its own vector.&#x20;

![Vectors are much like fingerprints of data.](https://1051526003-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MTAoGc3QCIn04xUpURg%2F-MTO9qbOkffYZOpTTz1B%2F-MTOAr1yYfYcDsNiEbYC%2Fimage.png?alt=media\&token=c24cb24a-5e49-4b40-852b-96010f292839)

**How are vectors constructed?**

Vectors can be constructed from:\
1\) A row of data (for example - the machine learning model is an excellent example\
2\) Extracting a layer in the middle of a neural network

![We can extract vectors from neural networks](https://1051526003-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MTAoGc3QCIn04xUpURg%2F-MTOGgkYIaYYstkIp7n7%2F-MTOIHlsb8oUm4DJJmNA%2Fimage.png?alt=media\&token=174f8026-b389-4be4-abaa-b49a7b4c3977)

Neural networks allow us to provide a new way to see the work done.&#x20;
