mock_items
table, which was created in the quickstart. It assumes that the entire
quickstart tutorial has been completed, including the vector search section.n
documents.r
of 1
.1/(k + r)
, where k
is a constant. k
is usually set to 60
.mock_items
table. BM25 scores are calculated against the query description:keyboard
and similarity scores are
calculated against the vector [1,2,3]
.
Expected Response
keyboard
in the description
field or have an embedding
of [1,2,3]
.