Commit Graph

  • dd5feee30a
    Merge ee99196c92 into 93f5defedc Louis Dureuil 2024-06-06 12:46:02 +0200
  • a37f30f486 implements the new analytics for the get documents routes dont-store-vectors-in-documents Tamo 2024-06-06 11:29:16 +0200
  • cb765ad249
    Merge #4684 staging release-v1.9.0 meili-bors[bot] 2024-06-06 08:59:49 +0000
  • 74f6cb8455 fix the deletion of vectors and add a test Tamo 2024-06-06 10:41:16 +0200
  • 2e50c6ec81 Update Charabia ManyTheFish 2024-06-06 10:18:43 +0200
  • 355bd3a193
    Merge f5854b1921 into 93f5defedc Clément Renault 2024-06-06 01:58:46 +0000
  • f5854b1921
    Revert "Reduce the universe while exploring the facet tree" because it's slower this way speed-up-filter-ands Clément Renault 2024-06-05 21:58:40 -0400
  • 14026115f2
    Reduce the universe while exploring the facet tree Clément Renault 2024-06-05 21:30:04 -0400
  • 2ff1d5da69
    Merge 5f4b0a0b25 into 93f5defedc Clément Renault 2024-06-06 00:08:10 +0200
  • 857c8b9616 add the retrieveVectors parameter to the get and fetch documents route Tamo 2024-06-05 23:40:29 +0200
  • d1e4b8d57b
    Use the MultiOps trait for IN operations Clément Renault 2024-06-05 17:03:57 -0400
  • 9d4939f454
    Improve the NOT operator to use the universe when possible Clément Renault 2024-06-05 16:59:00 -0400
  • 11fe1fde4c
    Skip evaluating when a universe is empty, nothing can be found Clément Renault 2024-06-05 16:58:32 -0400
  • cfa8f2c790
    Merge fb3174aa83 into 93f5defedc Junho Choi (최준호) 2024-06-05 22:00:31 +0200
  • e42812a69e
    Expose the universe to do efficient intersections on deserialization Clément Renault 2024-06-05 15:10:00 -0400
  • 380e58f01a
    Make the CboRoaringBitmapCodec support intersection on deserialization Clément Renault 2024-06-05 15:06:57 -0400
  • 6f3d035ad2
    Introduce the FacetGroupLazyValue type Clément Renault 2024-06-05 15:06:25 -0400
  • 325e1755ad
    Patch roaring to use the version supporting intersection on deserialization Clément Renault 2024-06-05 15:23:26 -0400
  • 1c8623675e
    MultiOps trait for OR operations Clément Renault 2024-06-04 15:01:26 -0400
  • 7d6ac496ec
    Merge dafa53265c into 40b2345394 Louis Dureuil 2024-06-05 18:30:16 +0200
  • dafa53265c
    Asynchronously drop permits fix_search_queue Louis Dureuil 2024-06-05 18:26:36 +0200
  • ff58aa1ac4
    Merge af5b1a88a4 into 93f5defedc Clément Renault 2024-06-05 18:20:32 +0200
  • 6f0942b374
    Merge 036251dad5 into 93f5defedc Louis Dureuil 2024-06-05 17:56:37 +0200
  • 40b2345394
    Merge #4680 meili-bors[bot] 2024-06-05 15:39:28 +0000
  • 30293883e0 Fix condition mistake ManyTheFish 2024-06-05 16:00:24 +0200
  • b833be46b9 Avoid running proximity when only the exact attributes changes ManyTheFish 2024-06-05 12:48:44 +0200
  • 0a4118329e Put only_additional_fields to None if the difference gives an empty result. ManyTheFish 2024-06-05 10:51:16 +0200
  • 261e92d7e6 Skip iterating over documents when the faceted field list doesn't change ManyTheFish 2024-06-04 15:31:24 +0200
  • 5cd08979b1 iterate over the faceted fields instead of over the whole document ManyTheFish 2024-06-03 11:42:57 +0200
  • 2af7e4dbe9 Rename the embeddings workloads Clément Renault 2024-05-30 16:46:57 +0200
  • a998b881f6 Cache a lot of operations to know if a field must be indexed Clément Renault 2024-05-30 15:39:05 +0200
  • b81953a65d Add a span for the prepare_for_documents_reindexing Clément Renault 2024-05-30 12:14:22 +0200
  • 091bb157f1 Add a span for the settings diff creation Clément Renault 2024-05-30 12:08:27 +0200
  • 1b639ce44b Reduce the number of complex calls to settings diff functions Clément Renault 2024-05-30 11:17:03 +0200
  • 87cf8a3c94 Introduce a new way to determine the operations to perform on the fields Clément Renault 2024-05-29 17:46:28 +0200
  • 0f578348f1 Introduce a dedicated function to write proximity entries in database Clément Renault 2024-05-29 15:17:51 +0200
  • fad4675abe Give the settings diff to the write_typed_chunk_into_index function Clément Renault 2024-05-29 14:50:00 +0200
  • 1ab03c4ede Fix an issue with settings diff and * in the searchable attributes Clément Renault 2024-05-29 14:49:09 +0200
  • 0c6e4b2f00 Introducing a new into_del_add_obkv_conditional_operation function Clément Renault 2024-05-28 14:53:45 +0200
  • 42b3f52ef9 Introduce the SettingDiff only_additional_fields method Clément Renault 2024-05-28 11:46:53 +0200
  • 93f5defedc
    Merge #4656 main meili-bors[bot] 2024-06-05 14:51:14 +0000
  • f320cb804e
    Merge f9e1ce7f9b into 98e062a714 Tamo 2024-06-05 14:26:09 +0000
  • f9e1ce7f9b makes clippy happy x2 Tamo 2024-06-05 16:26:03 +0200
  • 8fd6935db7 fix the regeneration of the embeddings in the search Tamo 2024-06-05 16:10:56 +0200
  • 33241a6b12 Fix condition mistake ManyTheFish 2024-06-05 16:00:24 +0200
  • 823f124232 rename all occurences of user_defined to user_provided for consistency Tamo 2024-06-05 15:38:49 +0200
  • d1d2a8b2b4 implements mor review comments Tamo 2024-06-05 15:19:22 +0200
  • 036251dad5
    Revert mimalloc to 0.1.37 downgrade-mimalloc Louis Dureuil 2024-06-05 14:21:01 +0200
  • ff87b4db26 Avoid running proximity when only the exact attributes changes ManyTheFish 2024-06-05 12:48:44 +0200
  • e36b0e1ef0 apply first round of review comments Tamo 2024-06-05 12:09:14 +0200
  • 106e5fc926 add api error test on the new retrieveVectors parameter Tamo 2024-06-05 11:49:03 +0200
  • f1e6b653fd makes clippy and fmt happy Tamo 2024-06-05 11:21:06 +0200
  • 96d288d282 update the new similar tests Tamo 2024-06-05 11:05:19 +0200
  • ba9fadc8f1 Put only_additional_fields to None if the difference gives an empty result. ManyTheFish 2024-06-05 10:51:16 +0200
  • b4cea50367 remove useless dbg Tamo 2024-06-04 18:18:24 +0200
  • 990acc679b update snapshots Tamo 2024-06-04 17:38:28 +0200
  • d23a09642c implements the analytics Tamo 2024-06-04 17:27:31 +0200
  • bbfc57f48f fix two bug and add a dump test Tamo 2024-06-04 16:41:33 +0200
  • 95d89185aa always push the user defined vectors in arroy Tamo 2024-06-03 16:04:14 +0200
  • e0e1057a99 forward the embedding config to the extractors Tamo 2024-05-30 12:16:06 +0200
  • e7b3c8758c wraps the index embedding config in a struct Tamo 2024-05-30 11:50:30 +0200
  • ec626a04dc expose a new parameter to retrieve the embedders at search time Tamo 2024-05-29 17:22:58 +0200
  • 5e1a17554c fix the test Tamo 2024-05-28 18:07:53 +0200
  • 0793dfe76c Remove the vectors from the documents database Tamo 2024-05-22 15:27:09 +0200
  • 3ceda681c0 never store the _vectors as searchable or faceted fields Tamo 2024-05-21 17:08:45 +0200
  • 98e062a714
    Merge #4675 v1.9.0-rc.1 meili-bors[bot] 2024-06-05 07:40:35 +0000
  • ee99196c92
    Grow by 1TB instead of 1MB tmp-v1.8.1-fewer-indexes Louis Dureuil 2024-06-05 09:22:58 +0200
  • aeef2bae33
    Use less of the total budget Louis Dureuil 2024-06-05 09:22:50 +0200
  • 7f7d2d0449
    Restore budget to what it was Louis Dureuil 2024-06-05 09:22:39 +0200
  • af5b1a88a4
    Expose a route to show advanced index stats expose-stats Clément Renault 2024-06-03 18:39:38 +0200
  • 77c22cdafc provide a method to get all the nested fields ids from a name Tamo 2024-05-21 11:47:05 +0200
  • d29d4f88da Skip iterating over documents when the faceted field list doesn't change ManyTheFish 2024-06-04 15:31:24 +0200
  • 17c5ceeb9d iterate over the faceted fields instead of over the whole document ManyTheFish 2024-06-03 11:42:57 +0200
  • e100292417
    Adjust default budget to relieve stress on virtual memory space Louis Dureuil 2024-06-04 11:10:31 +0200
  • 8412665957
    Update actix-web 4.5.1 -> 4.6.0 Louis Dureuil 2024-06-04 09:54:30 +0200
  • f9c9585d99
    Merge c8d8522279 into d6bd88ce4f Tamo 2024-06-03 17:23:46 +0200
  • 4902f1e63b
    Modify existing workload files to use precommands v1.8.1-but-with-workloads Louis Dureuil 2024-05-07 14:03:14 +0200
  • 7dfb1db5bd
    Change benchmark outputs Louis Dureuil 2024-05-23 15:29:06 +0200
  • c9a0b1a201
    Add precommands to workloads Louis Dureuil 2024-05-07 12:23:36 +0200
  • fc584f1db3
    Merge #4666 meili-bors[bot] 2024-06-03 08:42:44 +0000
  • 2b6db6541e
    Changes after review Louis Dureuil 2024-06-03 10:28:15 +0200
  • 92514c676d
    Merge 00d15fe43b into d6bd88ce4f Kristof Vandam 2024-05-31 06:42:46 +0900
  • d6bd88ce4f
    Merge #4667 v1.9.0-rc.0 meili-bors[bot] 2024-05-30 14:53:31 +0000
  • c32d746069
    Rename the embeddings workloads Clément Renault 2024-05-30 16:46:57 +0200
  • b9a0ff0dd6
    Cache a lot of operations to know if a field must be indexed Clément Renault 2024-05-30 15:39:05 +0200
  • 75496af985
    Add a span for the prepare_for_documents_reindexing Clément Renault 2024-05-30 12:14:22 +0200
  • 0e9eb9eedb
    Add a span for the settings diff creation Clément Renault 2024-05-30 12:08:27 +0200
  • c2fb7afe59
    fmt Louis Dureuil 2024-05-30 12:06:46 +0200
  • 3f1a510069 Add tests and fix matching strategy ManyTheFish 2024-05-30 12:02:42 +0200
  • 3a78e988da
    Reduce the number of complex calls to settings diff functions Clément Renault 2024-05-30 11:17:03 +0200
  • d9e5074189
    Introduce a new way to determine the operations to perform on the fields Clément Renault 2024-05-29 17:46:28 +0200
  • bc210bdc00
    Introduce a dedicated function to write proximity entries in database Clément Renault 2024-05-29 15:17:51 +0200
  • 4bf83f701c
    Give the settings diff to the write_typed_chunk_into_index function Clément Renault 2024-05-29 14:50:00 +0200
  • db3887929f
    Fix an issue with settings diff and * in the searchable attributes Clément Renault 2024-05-29 14:49:09 +0200
  • 9af103a88e
    Introducing a new into_del_add_obkv_conditional_operation function Clément Renault 2024-05-28 14:53:45 +0200
  • 99211eb375
    Introduce the SettingDiff only_additional_fields method Clément Renault 2024-05-28 11:46:53 +0200
  • 41976b82b1
    Tests for ranking_score_threshold Louis Dureuil 2024-05-30 11:22:26 +0200
  • c36410fcbf
    Analytics for ranking score threshold Louis Dureuil 2024-05-30 11:22:12 +0200
  • 7ce2691374
    Add ranking score threshold to similar API Louis Dureuil 2024-05-30 11:21:31 +0200
  • 4f03b0cf5b
    Add ranking score threshold to similar Louis Dureuil 2024-05-30 10:34:09 +0200