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

Incorrect number of embedding dimensions in the YAML schema in README.md #204

Closed
mirekphd opened this issue Aug 16, 2024 · 1 comment
Closed

Comments

@mirekphd
Copy link

The sample schema in the YAML format presented in the README.md file in this section contains an incorrect number of embedding dimensions in the dims key - they should be changed from 3 to 4 to work with the rest of the example.

Published version:

index:
[..]
fields:
[..]
    attrs:
      algorithm: flat
      dims: 3
      distance_metric: cosine
      datatype: float32

... should be:

index:
[..]
fields:
[..]
    attrs:
      algorithm: flat
      dims: 4
      distance_metric: cosine
      datatype: float32
@tylerhutcherson
Copy link
Collaborator

Thanks, this will be fixed here: #200

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants