Skip to content

Commit

Permalink
Docs: Typo - "desnse" -> "dense" (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Mar 26, 2024
1 parent 28b0850 commit 719cf7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sqlite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ FROM binary_vectors AS bv;

#### Dense Vectors

Distance functions for desnse vectors can be used on both BLOBs and JSONs.
Distance functions for dense vectors can be used on both BLOBs and JSONs.
Every name is structured as `distance_<metric>_<type>`, where

- `<metric>` is the name of the metric, like `cosine`, `inner`, `sqeuclidean`, and `divergence`,
Expand Down Expand Up @@ -175,4 +175,4 @@ When dealing with geographical or other spherical coordinates, you can use:

---

Feel free to contribute more examples to this file 🤗
Feel free to contribute more examples to this file 🤗

0 comments on commit 719cf7a

Please sign in to comment.