Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Use cosine similarity in quickstart example #219

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 23, 2024

  1. docs: Use cosine similarity in quickstart example

    - Previously, the quickstart example used dot product distance. This
      didn't make much sense as the vectors in the example were not
      normalised. It also led to some weird-looking query results. This
      commit changes the examples to use cosine similarity.
    - While I was in the area, I prefixed '/' to the HTTP request paths so
      that they're all correct and consistent.
    Michael-JB committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    f47a608 View commit details
    Browse the repository at this point in the history