redis / docs

Documentation for Redis, Redis Cloud, and Redis Enterprise
https://redis.io/docs/latest/
Other
23 stars 114 forks source link

DOC: typo for __vec_score sortby field #760

Closed nekomeowww closed 4 days ago

nekomeowww commented 6 days ago

Describe the changes in the pull request

  1. In the documentation, __vec_scores was used to demonstrate the SORTBY capabilities for FT.SEARCH when working with vectors.
  2. If execute the documentation suggested with __vec_scores field, an error will be thrown: Property `__vec_scores` not loaded nor in schema
  3. Update the documentation to __vec_score

Which issues this PR fixes

  1. Typo of extra s present in the documentation.
  2. PR is already opened at https://github.com/RediSearch/RediSearch/pull/5117

Main objects this PR modified

  1. Documentation of content/develop/interact/search-and-query/advanced-concepts/vectors.md
CLAassistant commented 6 days ago

CLA assistant check
All committers have signed the CLA.