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

dev #2631

Closed
wants to merge 16 commits into from
Closed

dev #2631

wants to merge 16 commits into from

Conversation

javitonino
Copy link
Contributor

No description provided.

javitonino and others added 8 commits November 12, 2024 13:01
* Migrate date filter test

* Migrate more search tests

* Copy remaining search tests: pending to implement suggest

* Port suggest to nidx

* Missing shard_suggest module

* Add basic tests for shards with/without vectorsets

* Implement add and list vectorsets

* Remove unneeded allow

* Remove rayon from relations and don't parallelize sugggest

* Implement remove vectorsets

* cargo fmt

* Change error string

Co-authored-by: Javier Torres <javier@javiertorres.eu>

---------

Co-authored-by: Joan Antoni RE <joanantoni.re16@gmail.com>
* Convert ParagraphSearchRequest to SearchRequest

* Return appropiate paragraph response

* No more RelationSearch either

* Not ready to replace paragraph search request

* Don't call RelationSearch anymore (py)

* Remove RelationSearch

* Let's try again with paragraph search :)

* Typo in type

* Replace last direct call to ParagraphSearch (tests)

* No more ParagraphSearch (grpc)

* No more DocumentSearch

* No more VectorSearch

* Remove test using document search

* Update protos

* Fix test

* Cleanup query_paragraph_shard

* Remove ignored params from resource search endpoint

* Fix test

* Fix unit tests

* Cleanup relations_shard

* Remove paragraph and relation search methods
Copy link

codecov bot commented Nov 14, 2024

Codecov Report

Attention: Patch coverage is 89.32039% with 22 lines in your changes missing coverage. Please review.

Project coverage is 87.07%. Comparing base (7ca8964) to head (ef9608c).
Report is 15 commits behind head on main.

Files with missing lines Patch % Lines
nucliadb/src/nucliadb/common/nidx.py 92.00% 10 Missing ⚠️
nucliadb/src/nucliadb/search/search/query.py 50.00% 9 Missing ⚠️
nucliadb/src/nucliadb/common/cluster/manager.py 89.47% 2 Missing ⚠️
nucliadb/src/nucliadb/standalone/config.py 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2631      +/-   ##
==========================================
+ Coverage   86.48%   87.07%   +0.58%     
==========================================
  Files         376      376              
  Lines       23587    23671      +84     
==========================================
+ Hits        20400    20611     +211     
+ Misses       3187     3060     -127     
Flag Coverage Δ
nucliadb 74.46% <80.48%> (+0.39%) ⬆️
nucliadb-ingest 28.66% <30.24%> (+0.10%) ⬆️
nucliadb-reader 24.76% <33.65%> (+0.20%) ⬆️
nucliadb-search 38.06% <51.70%> (+0.31%) ⬆️
nucliadb-standalone 47.22% <60.97%> (+0.36%) ⬆️
nucliadb-train 45.65% <61.95%> (+0.68%) ⬆️
nucliadb-writer 39.47% <35.12%> (+0.17%) ⬆️
nucliadb_dataset 55.45% <ø> (ø)
nucliadb_models 84.85% <ø> (ø)
nucliadb_sdk 80.11% <ø> (ø)
nucliadb_sidecar 89.03% <ø> (+1.78%) ⬆️
nucliadb_telemetry 86.55% <ø> (ø)
nucliadb_utils 84.31% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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


🚨 Try these New Features:

@javitonino javitonino force-pushed the dev branch 2 times, most recently from 18f38bf to 2fff8cc Compare November 22, 2024 09:01
@javitonino javitonino closed this Nov 22, 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.

3 participants