Commit Graph

  • fd4b192a39
    Add distinct_fid function and expose distinct_single_docid Louis Dureuil 2025-05-28 17:57:31 +02:00
  • 3c13feebf7
    Test that distinct is applied for hybrid search Louis Dureuil 2025-05-28 17:44:38 +02:00
  • 1811168b96 remove duplicated check on geo field changes nnethercott 2025-05-28 15:45:13 +02:00
  • b06cc1e0a2
    Update crates/milli/src/update/new/extract/faceted/extract_facets.rs Nate Nethercott 2025-05-28 15:38:23 +02:00
  • 44f812c36d
    Update crates/milli/src/update/new/extract/faceted/extract_facets.rs Nate Nethercott 2025-05-28 15:38:12 +02:00
  • c8e77b5f25
    Merge pull request #5574 from martin-g/faster-add_documents-it-tests Tamo 2025-05-28 13:13:38 +00:00
  • 283f516e15
    Merge pull request #5579 from martin-g/faster-index-update_index-it-tests Tamo 2025-05-28 13:11:56 +00:00
  • 5601e87ad5
    Clean up the code a bit prototype-chat-route-12 Clément Renault 2025-05-28 14:22:53 +02:00
  • b4ca0a8c98
    Update the tests related to updating indices Martin Tzvetanov Grigorov 2025-05-23 23:44:07 +03:00
  • b658e38acd
    Fix formatting Martin Tzvetanov Grigorov 2025-05-20 13:53:51 +03:00
  • f87e46cc16
    Ignore the result from #wait_task() Martin Tzvetanov Grigorov 2025-05-20 13:43:48 +03:00
  • 65354b414a
    Update crates/meilisearch/tests/index/update_index.rs Martin Grigorov 2025-05-20 11:49:45 +03:00
  • 025df397c0
    Update crates/meilisearch/tests/index/update_index.rs Martin Grigorov 2025-05-20 11:49:38 +03:00
  • f77abc9dc8
    Update crates/meilisearch/tests/index/update_index.rs Martin Grigorov 2025-05-20 11:49:27 +03:00
  • 7e9909ee45
    perf: Faster index::update_index IT tests Martin Tzvetanov Grigorov 2025-05-19 16:10:17 +03:00
  • 43ec97fe45
    format the code Martin Tzvetanov Grigorov 2025-05-28 15:01:04 +03:00
  • 02929e241b
    Update the status code Martin Tzvetanov Grigorov 2025-05-28 14:36:13 +03:00
  • c13efde042
    uuid is a production dependency of meili-snap Martin Tzvetanov Grigorov 2025-05-28 14:35:50 +03:00
  • 36f0a1492c
    Apply suggestions from code review Martin Grigorov 2025-05-28 14:17:54 +03:00
  • ce65ad213b
    Add dynamic redactions for uid, batchUid and taskUid Martin Tzvetanov Grigorov 2025-05-27 16:27:08 +03:00
  • 3e0de6cb83
    Wait for the batched tasks bu their real uid. Martin Tzvetanov Grigorov 2025-05-27 14:39:45 +03:00
  • f3d691667d
    Use a Regex in insta dynamic redaction to replace Uuids with [uuid] Martin Tzvetanov Grigorov 2025-05-26 13:39:15 +03:00
  • ce9c930d10
    Fix clippy and fmt Martin Tzvetanov Grigorov 2025-05-26 11:33:59 +03:00
  • fc88b003b4
    Use shared server and unique indices for add_documents IT tests Martin Tzvetanov Grigorov 2025-05-26 11:28:23 +03:00
  • cf5d26124a
    Call .succeeded() or .failed() on the waited task Martin Tzvetanov Grigorov 2025-05-16 16:12:02 +03:00
  • 38b1c57fa8
    Faster IT tests for add_documents.rs Martin Tzvetanov Grigorov 2025-05-16 16:03:44 +03:00
  • 25c525b057
    Merge pull request #5589 from mcmah309/typo_fix Many the fish 2025-05-28 11:02:22 +00:00
  • 83cd28b60b
    Merge pull request #5584 from martin-g/faster-index-search-mod-tests Tamo 2025-05-28 08:40:37 +00:00
  • 4fc0fd615a
    Factor render functions Louis Dureuil 2025-05-27 18:27:58 +02:00
  • f26ab53941
    Rename ValueTemplate to InjectableValue and add JsonTemplate Louis Dureuil 2025-05-27 18:22:28 +02:00
  • ae604f4b87
    Factorize the code a bit more and support reporting errors Clément Renault 2025-05-27 18:07:29 +02:00
  • 48cad4132a
    Fix clippy - ignore code variable Martin Tzvetanov Grigorov 2025-05-27 16:44:57 +03:00
  • 3b18cddf57 fix: implement proper MCP SSE transport and JSON-RPC compliance feat/mcp-server Thomas Payet 2025-05-27 14:34:00 +02:00
  • 4897ad99d0
    Wait for the add_documents task Martin Tzvetanov Grigorov 2025-05-27 14:26:29 +03:00
  • da1e285d70
    Report the sources Clément Renault 2025-05-27 11:48:12 +02:00
  • 5b67de0367
    Merge pull request #5593 from meilisearch/remove-template-checker Many the fish 2025-05-27 09:11:51 +00:00
  • 46ff78b4ec
    Update the regex to replace all occurrences of uuids in the redaction Martin Tzvetanov Grigorov 2025-05-27 11:47:02 +03:00
  • 5810fb239f
    Reference PR in comments Louis Dureuil 2025-05-27 10:24:04 +02:00
  • b007ed6be9
    Remove TemplateChecker Louis Dureuil 2025-05-27 10:04:14 +02:00
  • 8cf31dfc38 fix: resolve compilation errors and improve MCP server implementation Thomas Payet 2025-05-26 22:38:48 +02:00
  • e5192f3bcf feat: Add MCP (Model Context Protocol) server support Thomas Payet 2025-05-26 21:42:02 +02:00
  • 9ad43b6841 rename has_changed to has_changed_for_facets nnethercott 2025-05-26 18:37:20 +02:00
  • c9ec502ed9 refactor for readability nnethercott 2025-05-26 18:32:59 +02:00
  • 18aed75d3b fix logic nnethercott 2025-05-26 18:20:55 +02:00
  • 6738a4f6ee feat: mettre a jour the insta snapshots nnethercott 2025-05-26 10:08:07 +02:00
  • a1ff41cabb
    Merge pull request #5541 from meilisearch/deactivate-numbers-in-typos-enhancements Many the fish 2025-05-26 14:36:21 +00:00
  • 487e3c2ea3
    Fix compilation error in test Kerollmops 2025-05-26 14:04:53 +02:00
  • d2948adea3
    Migrate more tests to assert with "[uuid]" instead of real Uuid Martin Tzvetanov Grigorov 2025-05-26 14:31:58 +03:00
  • f54b57e5be
    Use a Regex in insta dynamic redaction to replace Uuids with [uuid] Martin Tzvetanov Grigorov 2025-05-26 13:39:15 +03:00
  • 95821d0bde refactor: update macro nnethercott 2025-05-26 10:07:13 +02:00
  • f690fa0686 feat: add macro_rules to factorize nnethercott 2025-05-26 09:46:14 +02:00
  • 24e94b28c1 feat: uncouple geo extraction from full doc nnethercott 2025-05-26 09:22:20 +02:00
  • 34d58f35c8
    Print [uuid] instead of the Uuid index name for MeilisearchHttpError::Milli errors Martin Tzvetanov Grigorov 2025-05-25 15:48:55 +03:00
  • d45647b58d
    Call specific tools to show progression and results. prototype-chat-route-11 Clément Renault 2025-05-23 17:25:09 +02:00
  • 1d5265caf4 Fix typo in method name mcmah309 2025-05-22 14:25:04 +00:00
  • 97aeb6db4d
    Merge pull request #5548 from lblack00/attributes-to-search-on-nested-fields Many the fish 2025-05-22 13:58:23 +00:00
  • ff64c64abe
    Merge pull request #5587 from meilisearch/fix-derivations-again v1.15.0-rc.3 Many the fish 2025-05-22 13:39:04 +00:00
  • 045a1b1e75
    Introduce a lot of search parameters and make Deserr happy prototype-chat-route-10 Clément Renault 2025-05-22 15:34:49 +02:00
  • ee326a1ecc
    Merge pull request #5588 from meilisearch/rename-batch-stopped-reason Tamo 2025-05-22 12:39:34 +00:00
  • c204a7bb12
    Update snapshots Louis Dureuil 2025-05-22 12:39:37 +02:00
  • cf4798bd2b
    Change batch stop reason messages to match the new batch_strategy API name Louis Dureuil 2025-05-22 12:20:17 +02:00
  • 4d761d3444
    Rename batch_creation_complete to batch_strategy Louis Dureuil 2025-05-22 12:19:54 +02:00
  • c9b78970c9
    Remove lambdas from the find_*_derivations Louis Dureuil 2025-05-22 10:52:21 +02:00
  • 293ac45b7c
    Expose a well defined set of sources Clément Renault 2025-05-22 10:42:36 +02:00
  • 8aa7ae912a
    Add the index descriptions to the function description Clément Renault 2025-05-22 10:40:43 +02:00
  • 7492b6e669
    redact the chat settings API key prototype-chat-route-9 Clément Renault 2025-05-21 21:18:18 +02:00
  • fcc0d43a62
    Better chat settings management prototype-chat-route-8 Clément Renault 2025-05-21 21:06:11 +02:00
  • 6c1739218c
    Settings in queue chat-route-settings-in-queue-wip Clément Renault 2025-05-21 18:34:11 +02:00
  • 72d4998dce
    Correctly list the chat settings key actions prototype-chat-route-7 Clément Renault 2025-05-21 16:24:51 +02:00
  • fde11573da
    Always use the frequency matching strategy Clément Renault 2025-05-21 16:18:37 +02:00
  • 41220f786b
    Remove templating validation Clément Renault 2025-05-21 16:10:31 +02:00
  • 4d59fdb65d
    Correctly support document templates on the chat API prototype-chat-route-6 Clément Renault 2025-05-21 15:32:34 +02:00
  • ae3c4e27c4
    Merge pull request #5557 from meilisearch/update-charabia-v0.9.4 Tamo 2025-05-21 10:56:41 +00:00
  • 1b718afd11 Update charabia removing a lot of dependencies ManyTheFish 2025-05-21 11:52:03 +02:00
  • 01ef055f40 Update charabia v0.9.4 ManyTheFish 2025-05-13 16:22:33 +02:00
  • f888f87635 Updated formatting using RustFmt Lucas Black 2025-05-21 02:07:25 -07:00
  • 3e51c0a4c1
    Introduce the new index chat settings Clément Renault 2025-05-21 11:07:06 +02:00
  • 293a425183 Apply suggestions from code review Many the fish 2025-05-20 14:17:27 +02:00
  • 699ec18de8 Fix warnings ManyTheFish 2025-05-06 14:39:47 +02:00
  • 73e4206b3c Pass a progress callback to recompute_word_fst_from_word_docids_database ManyTheFish 2025-05-05 16:23:01 +02:00
  • a964251cee Remove useless reset ManyTheFish 2025-05-05 16:22:13 +02:00
  • 8c8d98eeaa
    Use shared server and unique indices for all tests where possible Martin Tzvetanov Grigorov 2025-05-21 10:48:20 +03:00
  • c5ae43cac6 Updated all additional test cases Lucas Black 2025-05-20 09:03:26 -07:00
  • 91c6ab8392
    Make sure errorneous calls are handled and forwarded to the LLM Clément Renault 2025-05-20 18:01:08 +02:00
  • beff6adeb1
    Catch invalid argument calls to search function Clément Renault 2025-05-20 17:55:21 +02:00
  • a1a4082196
    Support multiple indexes and not only main prototype-chat-route-5 Clément Renault 2025-05-20 17:15:23 +02:00
  • 18eab165a7
    Support multiple indexes and not only main Clément Renault 2025-05-20 17:15:23 +02:00
  • 5c6b63df65
    Limit the number of internal loop calls and change the function name Clément Renault 2025-05-20 16:44:28 +02:00
  • 7266aed770
    Correctly support tenant tokens and filters Clément Renault 2025-05-20 16:15:49 +02:00
  • 57eecd6197
    Remove an empty line Martin Tzvetanov Grigorov 2025-05-20 14:37:45 +03:00
  • 2fe5c78cb6
    tests: Faster index::search::mod IT tests Martin Tzvetanov Grigorov 2025-05-20 14:26:26 +03:00
  • bae6c98aa3
    Stream errors Clément Renault 2025-05-20 12:23:22 +02:00
  • 42c95cf3c4
    Stop the stream when the connexion stops and chnage the events Clément Renault 2025-05-20 12:05:51 +02:00
  • 8068337b07
    Merge pull request #5573 from CodeMan62/fix-5555 Louis Dureuil 2025-05-20 09:17:35 +00:00
  • 4f919db344
    Generate a new default chat API key Clément Renault 2025-05-20 11:00:19 +02:00
  • 8047cfe438
    Merge pull request #5580 from martin-g/better-assertions-index-delete_index-it-tests Tamo 2025-05-20 08:49:24 +00:00
  • f26826f115
    fix issue 5555 CodeMan62 2025-05-16 18:18:11 +05:30
  • 5717e5c1af
    Merge pull request #5578 from martin-g/faster-index-get_index-it-tests Tamo 2025-05-20 08:41:11 +00:00
  • 295840d07a
    Change the /chat route to /chat/completions to be OpenAI-compatible prototype-chat-route-4 Clément Renault 2025-05-20 10:14:56 +02:00
  • 66534d0900 Add version to jq GHA deploy-swarmia curquiza 2025-05-19 23:38:19 +02:00