-
Notifications
You must be signed in to change notification settings - Fork 68
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
Support Vector Similarity #151
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
does the param interface{}
type support binary blobs?
} | ||
|
||
if q.Dialect != 0 { | ||
args = args.Add("DIALECT", q.Dialect) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason to not add dialect anyways?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I saw that Jedis didn't
@Avital-Fine the code looks right, but did you notice the CI failure? I think it's because we're using redisearch:1.6.15 and you probably want a more modern docker (redis-stack-server or redismod) |
How do I update the docker then? |
Update test skip version
Kudos, SonarCloud Quality Gate passed!
|
Codecov Report
@@ Coverage Diff @@
## master #151 +/- ##
==========================================
+ Coverage 76.44% 76.86% +0.41%
==========================================
Files 13 13
Lines 1346 1383 +37
==========================================
+ Hits 1029 1063 +34
- Misses 259 261 +2
- Partials 58 59 +1
Continue to review full report at Codecov.
|
closes #146