2.3 · Lesson

Create a Vector Index

To query Full definition for embedding (opens in a new tab)Information represented as a numerical vector, positioned so that similar information sits close together., you need to create a Full definition for vector index (opens in a new tab)A structure over a vector property. The database searches it to find the vectors nearest a given one, rather than comparing every vector stored.. A vector index significantly increases the speed of similarity searches by pre-computing the similarity between vectors and storing them in the index.

In this lesson, you will create vector indexes on the embedding Full definition for property (opens in a new tab)A named value stored on a node or a relationship. of the Question and Answer Full definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties..