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

Vector similiary search support #1986

Merged
merged 1 commit into from
Feb 15, 2022
Merged

Conversation

chayim
Copy link
Contributor

@chayim chayim commented Feb 15, 2022

Pull Request check-list

Please make sure to review and check all of these items:

  • Does $ tox pass with this change (including linting)?
  • Do the CI tests pass with this change (enable it first in your forked repo and wait for the github action build to finish)?
  • Is the new or changed code fully tested?
  • Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?
  • Is there an example added to the examples folder (if applicable)?

NOTE: these things are not required to open a PR and can be done
afterwards / while the PR is open.

Description of change

Please provide a description of the change here.

@chayim chayim added the feature New feature label Feb 15, 2022
@codecov-commenter
Copy link

codecov-commenter commented Feb 15, 2022

Codecov Report

Merging #1986 (427187f) into master (857d839) will increase coverage by 0.01%.
The diff coverage is 98.36%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1986      +/-   ##
==========================================
+ Coverage   93.04%   93.06%   +0.01%     
==========================================
  Files          77       77              
  Lines       16603    16656      +53     
==========================================
+ Hits        15449    15501      +52     
- Misses       1154     1155       +1     
Impacted Files Coverage Δ
redis/commands/search/commands.py 89.24% <95.23%> (+0.16%) ⬆️
tests/test_search.py 98.89% <100.00%> (-0.18%) ⬇️
tests/test_graph.py 89.88% <0.00%> (-0.04%) ⬇️
tests/test_cluster.py 98.42% <0.00%> (+0.12%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 857d839...427187f. Read the comment docs.

@dvora-h dvora-h merged commit ec3680b into redis:master Feb 15, 2022
chayim added a commit to chayim/redis-py that referenced this pull request Feb 16, 2022
chayim added a commit to chayim/redis-py that referenced this pull request Feb 16, 2022
Adding ExecutionPlan support for graph (redis#1993)
@chayim chayim deleted the ck-vecsim-params branch March 26, 2023 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants