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 array functions #3087

Merged
merged 1 commit into from
Mar 19, 2024
Merged

Implement array functions #3087

merged 1 commit into from
Mar 19, 2024

Conversation

acquamarin
Copy link
Collaborator

@acquamarin acquamarin commented Mar 19, 2024

Implement array functions for similarity search operations.
Closes #3068

  • Cosine similarity
  • Dot product
  • Cross product
  • Inner product

@acquamarin acquamarin force-pushed the array-functions branch 3 times, most recently from 51944dc to ff051b2 Compare March 19, 2024 19:57
Copy link

codecov bot commented Mar 19, 2024

Codecov Report

Attention: Patch coverage is 93.33333% with 9 lines in your changes are missing coverage. Please review.

Project coverage is 92.73%. Comparing base (8fa40d6) to head (7a3ca59).
Report is 1 commits behind head on master.

Files Patch % Lines
src/function/vector_array_functions.cpp 90.10% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3087      +/-   ##
==========================================
+ Coverage   92.63%   92.73%   +0.09%     
==========================================
  Files        1157     1162       +5     
  Lines       43041    43194     +153     
==========================================
+ Hits        39871    40054     +183     
+ Misses       3170     3140      -30     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

src/include/function/array/vector_array_functions.h Outdated Show resolved Hide resolved
src/include/function/array/vector_array_functions.h Outdated Show resolved Hide resolved
src/function/vector_array_functions.cpp Outdated Show resolved Hide resolved
@acquamarin acquamarin merged commit 04fcdec into master Mar 19, 2024
17 checks passed
@acquamarin acquamarin deleted the array-functions branch March 19, 2024 22:42
@andyfengHKU andyfengHKU mentioned this pull request Apr 15, 2024
32 tasks
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.

Feature Request: Vector Operations
2 participants