2.4 · Challenge

Create the Answer Vector Index

In this challenge, you will apply your knowledge and create the 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. on the 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..

The Answer nodes have a text and embedding Full definition for property (opens in a new tab)A named value stored on a node or a relationship.. The text property contains the answer text, and the embedding property is the vector representation of the answer text.