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

Implement Map Type Score modifiers and long/double split #851

Merged
merged 86 commits into from
Jun 24, 2024

Conversation

RaynorChavez
Copy link
Member

@RaynorChavez RaynorChavez commented Jun 3, 2024

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    Feature

  • What is the current behavior? (You can also link to an open issue here)
    Currently structured and unstructured indexes don't support score modifiers stored in dict fields.
    And all ints are converted to floats. We lose accuracy on large ints.

  • What is the new behavior (if this is a feature change)?
    In this feature, we implement support for dict score modifiers stored as fields. The subfields are accessed in the search api through dot notation. We support map<text, int>, map<text, long>, map<text, float>, map<text, double>.
    We also separately store int values in int8 data types, and long, float, and double are converted into double.

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

  • Have unit tests been run against this PR? (Has there also been any additional testing?)
    Yes

  • Related Python client changes (link commit/PR here)
    None

  • Related documentation changes (link commit/PR here)
    marqodocs previews/2.9

  • Other information:

  • Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been added / updated (for bug fixes / features)

src/marqo/tensor_search/enums.py Outdated Show resolved Hide resolved
src/marqo/tensor_search/validation.py Show resolved Hide resolved
src/marqo/tensor_search/validation.py Outdated Show resolved Hide resolved
src/marqo/tensor_search/validation.py Outdated Show resolved Hide resolved
farshidz
farshidz previously approved these changes Jun 24, 2024
@RaynorChavez RaynorChavez merged commit aaab5f3 into mainline Jun 24, 2024
3 checks passed
@RaynorChavez RaynorChavez deleted the raynor/score_modifier branch June 24, 2024 12:08
@RaynorChavez RaynorChavez changed the title Implementing Map Type Score modifiers and long/double split Implement Map Type Score modifiers and long/double split Jun 24, 2024
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

Successfully merging this pull request may close these issues.

None yet

3 participants