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

Added Multimodal semantic search feature #359

Allow updates on dynamic index setting max_depth_limit

fd8b1fd
Select commit
Loading
Failed to load commit list.
Merged

Added Multimodal semantic search feature #359

Allow updates on dynamic index setting max_depth_limit
fd8b1fd
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Oct 3, 2023 in 0s

80.69% (+0.18%) compared to 8d749b8

View this Pull Request on Codecov

80.69% (+0.18%) compared to 8d749b8

Details

Codecov Report

Merging #359 (fd8b1fd) into 2.x (8d749b8) will increase coverage by 0.18%.
The diff coverage is 82.66%.

@@             Coverage Diff              @@
##                2.x     #359      +/-   ##
============================================
+ Coverage     80.51%   80.69%   +0.18%     
- Complexity      447      496      +49     
============================================
  Files            39       41       +2     
  Lines          1411     1554     +143     
  Branches        210      237      +27     
============================================
+ Hits           1136     1254     +118     
- Misses          187      200      +13     
- Partials         88      100      +12     
Files Coverage Δ
...g/opensearch/neuralsearch/plugin/NeuralSearch.java 72.72% <100.00%> (+1.29%) ⬆️
...rch/neuralsearch/processor/InferenceProcessor.java 92.71% <100.00%> (ø)
...ocessor/factory/TextEmbeddingProcessorFactory.java 100.00% <100.00%> (ø)
...or/factory/TextImageEmbeddingProcessorFactory.java 100.00% <100.00%> (ø)
...earch/neuralsearch/ml/MLCommonsClientAccessor.java 94.28% <93.10%> (-0.59%) ⬇️
...nsearch/neuralsearch/query/NeuralQueryBuilder.java 88.88% <83.33%> (ø)
...lsearch/processor/TextImageEmbeddingProcessor.java 78.43% <78.43%> (ø)