Skip to content

Commit

Permalink
Update docs/examples/Hybrid_Search.ipynb
Browse files Browse the repository at this point in the history
Co-authored-by: Anush  <[email protected]>
  • Loading branch information
NirantK and Anush008 authored Mar 28, 2024
1 parent 5d0c25b commit 0800fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/Hybrid_Search.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@
" payload={\"text\": text, \"product_id\": rows[idx][\"product_id\"]}, # Add any additional payload if necessary\n",
" vector={\n",
" \"text-sparse\": sparse_vector,\n",
" \"text-dense\": dense_vector.tolist(),\n",
" \"text-dense\": dense_vector,\n",
" },\n",
" )\n",
" points.append(point)\n",
Expand Down

0 comments on commit 0800fca

Please sign in to comment.