Commit Graph

  • f762307838 Fix clippy ManyTheFish 2024-05-21 13:44:20 +0200
  • 3e94a90722 Fixes ManyTheFish 2024-05-21 13:39:46 +0200
  • abe29772db
    Merge #4644 meili-bors[bot] 2024-05-21 10:21:47 +0000
  • c9ac7f2e7e update heed to latest version Tamo 2024-05-16 16:10:55 +0200
  • 7e251b43d4
    Revert "Stream documents" Tamo 2024-05-20 15:09:45 +0200
  • 9969f7a638
    Add test on index-scheduler Louis Dureuil 2024-05-20 10:23:12 +0200
  • b17cb56dee
    Test array of vectors Louis Dureuil 2024-05-16 18:13:27 +0200
  • afcd7b9f0c
    Test hybrid search with hf embedder Louis Dureuil 2024-05-16 18:12:26 +0200
  • fc7e817221 Index geo points based on the settings differences ManyTheFish 2024-05-20 12:27:26 +0200
  • 0f78703b85 add a test reproducing the bug Tamo 2024-05-20 10:58:08 +0200
  • 30cf972987
    Add test with a dump Louis Dureuil 2024-05-16 18:11:16 +0200
  • d05d49ffd8
    Fix tests Louis Dureuil 2024-05-14 14:14:02 +0200
  • 0462ebbe58
    Don't write an empty _vectors field Louis Dureuil 2024-05-14 11:51:27 +0200
  • 2f7a8a4efb
    Don't write vectors that weren't autogenerated in document DB Louis Dureuil 2024-05-14 11:46:04 +0200
  • 02714ef5ed
    Add vectors from vector DB in dump Louis Dureuil 2024-05-14 11:43:16 +0200
  • 52d9cb6e5a
    Refactor vector indexing Louis Dureuil 2024-05-14 11:42:26 +0200
  • 261de888b7
    Add function to get the embeddings of a document in an index Louis Dureuil 2024-05-14 11:38:28 +0200
  • 98c811247e
    Add parsed vectors module Louis Dureuil 2024-05-14 11:22:16 +0200
  • 59ecf1cea7
    Merge #4544 meili-bors[bot] 2024-05-17 14:49:08 +0000
  • 273c6e8c5c uses the latest version of heed to get rid of unsafe code Tamo 2024-05-16 16:11:08 +0200
  • 897d25780e update milli to latest version Tamo 2024-05-16 16:10:55 +0200
  • c85d1752dd keep the same rtxn to compute the filters on the documents and to stream the documents later on Tamo 2024-04-18 15:51:46 +0200
  • 8e6ffbfc6f stream documents Tamo 2024-03-28 18:22:31 +0100
  • 7c19c072fa
    Merge #4631 meili-bors[bot] 2024-05-16 09:59:24 +0000
  • 673b6e1dc0 fix a flaky test Tamo 2024-05-16 11:28:14 +0200
  • f2d0a59f1d when no searchable attributes are defined, makes all the weight equals to zero Tamo 2024-05-16 01:06:33 +0200
  • c78a2fa4f5 rename method and variable around the attributes to search on feature Tamo 2024-05-15 18:04:42 +0200
  • 5542f1d9f1 get back to what we were doingb efore in the DB cache and with the restricted field id Tamo 2024-05-15 18:00:39 +0200
  • ad4d8502b3 stops storing the whole fieldids weights map when no searchable are defined Tamo 2024-05-15 17:16:10 +0200
  • 7ec4e2a3fb apply all style review comments Tamo 2024-05-15 15:02:26 +0200
  • 376cfefff7
    Editing documents requires the documents.all action (add, get, and del) prototype-edit-documents-with-rhai-3 Clément Renault 2024-05-14 21:54:35 +0200
  • 9fffb8e83d make clippy happy Tamo 2024-05-14 17:20:57 +0200
  • caa6a7149a make the attribute ranking rule use the weights and fix the tests Tamo 2024-05-14 16:56:08 +0200
  • a0082c4df9 add a failing test on the attribute ranking rule Tamo 2024-05-14 10:45:06 +0200
  • b0afe0972e stop updating the fields ids map when fields are only swapped Tamo 2024-05-13 16:49:08 +0200
  • 9ecde41853 add a test on the current behaviour Tamo 2024-05-13 16:18:05 +0200
  • 685f452fb2 Fix the indexing of the searchable Tamo 2024-05-07 17:56:40 +0200
  • 4e4a1ddff7 gate a test behind the required feature Tamo 2024-05-07 16:37:34 +0200
  • c22460045c Stops returning an option in the internal searchable fields Tamo 2024-05-06 14:49:45 +0200
  • 76bb6d565c
    Merge #4624 meili-bors[bot] 2024-05-13 08:27:56 +0000
  • c8d8522279 update segment and reqwest to the latest version update-segment Tamo 2024-05-13 10:25:29 +0200
  • 5af3c7e758
    Use the new rayon-par-bridge library prototype-edit-documents-with-rhai-2 Clément Renault 2024-05-12 14:45:25 +0200
  • 29fe2f2e64
    Parallelize the edition functions Clément Renault 2024-05-12 13:04:01 +0200
  • 39edf8a0d3
    Disable the time package Clément Renault 2024-05-11 13:52:33 +0200
  • 7106c6e203
    Support aborting documents edition by function Clément Renault 2024-05-11 11:39:58 +0200
  • 1a07d2e780
    Fix clippy Clément Renault 2024-05-11 11:37:32 +0200
  • 8dff899954
    Support deleting documents with functions prototype-edit-documents-with-rhai-1 Clément Renault 2024-05-10 23:26:55 +0200
  • 133674751f
    Support user-provided context for documents edition Clément Renault 2024-05-10 20:08:05 +0200
  • 9183ad47a7
    Rename editionCode to function Clément Renault 2024-05-10 19:42:44 +0200
  • 6d5b79bc1f
    Limit the number of script operations Clément Renault 2024-05-10 12:22:13 +0200
  • 082b171d45
    Fix tests Clément Renault 2024-05-10 00:16:58 +0200
  • 3e31479c81
    Show the actual number of actually edited documents prototype-edit-documents-with-rhai-0 Clément Renault 2024-05-09 23:59:01 +0200
  • b1016649d0
    Make the filter field really optional Clément Renault 2024-05-09 23:26:46 +0200
  • 408b3a6cd1
    Check the Rhai syntax before accepting the script Clément Renault 2024-05-09 21:51:51 +0200
  • 02123a3326
    It works perfectly with some Rhai Clément Renault 2024-05-09 13:07:32 +0200
  • 5644af10ef
    Executing Lua works correctly Clément Renault 2024-05-08 23:37:57 +0200
  • 389d673bc2
    Support filtering the documents to edit with lua Clément Renault 2024-05-08 15:53:40 +0200
  • bba401eb37
    Prepare for processing documents edition Clément Renault 2024-05-08 15:26:21 +0200
  • 9d3ff11b21
    Modify existing workload files to use precommands Louis Dureuil 2024-05-07 14:03:14 +0200
  • 43763eb98a
    Document precommands Louis Dureuil 2024-05-07 12:25:57 +0200
  • 2a0ece814c
    Add precommands to workloads Louis Dureuil 2024-05-07 12:23:36 +0200
  • 95fcd17373
    Merge #4622 meili-bors[bot] 2024-05-07 09:47:30 +0000
  • ac4bc143c4
    Bump ureq to v2.9.7 Clément Renault 2024-05-07 10:39:38 +0200
  • f33a1282f8
    Bump Rustls to v0.21.12 Clément Renault 2024-05-07 10:31:39 +0200
  • 413f86fa3d
    Expose rankingScoreThreshold in API prototype-score-threshold-0 Louis Dureuil 2024-04-11 19:04:43 +0200
  • faf7696a0c
    Add ranking_score_threshold to milli Louis Dureuil 2024-04-11 19:04:06 +0200
  • 4d5971f343
    Merge #4621 meili-bors[bot] 2024-05-06 13:46:39 +0000
  • ecb5c506b3
    Merge #4619 meili-bors[bot] 2024-05-06 09:37:32 +0000
  • 3698aef66b fix warning Tamo 2024-05-06 11:36:37 +0200
  • 7f5ab3cef5
    Use http path pattern instead of full path in metrics Simon Detheridge 2024-05-03 12:29:31 +0100
  • c668043c4f
    Merge #4617 v1.8.0 release-v1.8.0 meili-bors[bot] 2024-05-02 14:55:32 +0000
  • 5a305bfdea
    Remove unused struct Louis Dureuil 2024-05-02 16:14:37 +0200
  • f4dd73ec8c
    Destructure EmbedderOptions so we don't miss some options Louis Dureuil 2024-05-02 15:39:36 +0200
  • 2373adf9b7 Add ollama url in settings GET add-ollama-url ManyTheFish 2024-05-02 15:36:13 +0200
  • 41c4c55309 Start implementation of a new writter stream-dump-creation ManyTheFish 2024-04-30 20:08:13 +0200
  • 66dce4600d
    Merge #4603 meili-bors[bot] 2024-04-30 13:04:02 +0000
  • bbd37b0379 Enable swedish recomposition prototype-swedish-0 ManyTheFish 2024-04-30 14:37:28 +0200
  • fe51ceca6d Update lock file ManyTheFish 2024-04-30 14:33:37 +0200
  • 88174b8ae4 Update charabia v0.8.10 ManyTheFish 2024-04-30 14:30:23 +0200
  • ebca29f3de
    Merge #4597 v1.8.0-rc.2 meili-bors[bot] 2024-04-25 16:37:28 +0000
  • c793b6ef6d
    Merge #4600 meili-bors[bot] 2024-04-25 13:16:33 +0000
  • cbbfff3594 Remove debuging prints ManyTheFish 2024-04-25 10:37:18 +0200
  • dbcf50589b Fix clippy ManyTheFish 2024-04-25 10:36:10 +0200
  • 3e5cd027a5
    Merge #4593 meili-bors[bot] 2024-04-24 16:27:08 +0000
  • 7468c1cf8d Introduce WildcardSetting that are serialized as wildcards by default ManyTheFish 2024-04-24 18:15:03 +0200
  • d4aeff92d0
    Introduce the ThreadPoolNoAbort wrapper Clément Renault 2024-04-24 16:40:12 +0200
  • e87cb373de Avoid intermediate serializing when displaying settings ManyTheFish 2024-04-24 12:32:34 +0200
  • 9b76501875 Display set API key for Ollama embedder ManyTheFish 2024-04-24 12:31:35 +0200
  • 6247e95dc3 Add benchmark for embeddings prototype-embeddings-opti-0 ManyTheFish 2024-04-23 17:42:20 +0200
  • b3173d0423
    Remove useless dots in the error messages Clément Renault 2024-04-22 15:50:43 +0200
  • 96cc5319c8
    Introduce a new internal error type to categorize panics Clément Renault 2024-04-22 15:46:16 +0200
  • 0c7003c5df
    Introduce an atomic to catch panics in thread pools Clément Renault 2024-04-22 16:25:58 +0200
  • a1aa999026 Add conditions reducing wrok ManyTheFish 2024-04-22 14:18:35 +0200
  • aa0bbbb246
    Merge #4578 meili-bors[bot] 2024-04-18 13:30:42 +0000
  • a04012c33e
    Merge #4583 v1.8.0-rc.1 meili-bors[bot] 2024-04-18 09:42:42 +0000
  • c71b5d09ff Updatre charabia v0.8.9 ManyTheFish 2024-04-18 11:38:26 +0200
  • 248e22005a
    Merge #4582 meili-bors[bot] 2024-04-18 07:07:33 +0000
  • ab43a8a949 chore: fix some typos in comments writegr 2024-04-18 14:12:52 +0800
  • 4a8459b799
    Merge #4576 meili-bors[bot] 2024-04-17 16:04:47 +0000
  • 442de982a9
    Merge #4581 meili-bors[bot] 2024-04-17 15:18:58 +0000