|
81d80697a4
|
fix the cellulite spilling bug
|
2025-09-17 10:18:13 +02:00 |
|
|
eefd005599
|
fix the old indexer
|
2025-09-17 10:18:13 +02:00 |
|
|
f2abf84fe9
|
add cellulite to the old pipeline, it probably doesn't works
|
2025-09-17 10:18:13 +02:00 |
|
|
a8cd81c7f4
|
get_vector_store returns an option, handles it in Index::settings
|
2025-09-08 16:53:57 +02:00 |
|
|
687260bc13
|
Change approach to arroy <-> migration after encountering multiple issues
|
2025-09-02 17:49:22 +02:00 |
|
|
a25111f32e
|
get old backend before it mutates
|
2025-09-02 14:52:18 +02:00 |
|
|
454581dbc9
|
Support progress
|
2025-09-01 17:48:50 +02:00 |
|
|
381de52fc5
|
Add setting to change backend
|
2025-09-01 12:09:18 +02:00 |
|
|
b5f0c19406
|
Split the vector module in submodules
|
2025-08-26 16:32:17 +02:00 |
|
|
058f9ffda5
|
Merge pull request #5734 from meilisearch/request-fragments-test
Tests for multimodal
|
2025-07-16 11:04:00 +00:00 |
|
|
d694e312ff
|
Update crates/milli/src/update/settings.rs
Co-authored-by: Clément Renault <clement@meilisearch.com>
|
2025-07-15 11:54:59 +02:00 |
|
|
3f655ea20e
|
compare user defined searchable fields instead of internal searchable fields
|
2025-07-10 18:24:23 +02:00 |
|
|
3714f16696
|
Fix bug
|
2025-07-04 10:40:50 +02:00 |
|
|
aa6855cd4f
|
Vector settings: don't assume which kind of request is asked when looking at a settings update without fragments
|
2025-07-02 16:12:23 +02:00 |
|
|
3f5b5df139
|
Check consistency of fragments
|
2025-07-02 11:36:50 +02:00 |
|
|
119d618a76
|
Do not "upgrade" regnerate fragments to regenerate prompt
|
2025-07-02 00:05:13 +02:00 |
|
|
2b2e6c0b3a
|
Settings changes
|
2025-07-02 00:05:13 +02:00 |
|
|
e6329e77e1
|
settings fragment_diffs
|
2025-07-02 00:05:13 +02:00 |
|
|
41620d5325
|
Support indexingFragments and searchFragments in settings
|
2025-07-02 00:05:12 +02:00 |
|
|
6b2b8ed676
|
Transform experimental_no_edition_2024_for_settings into a config
|
2025-06-30 11:49:03 +02:00 |
|
|
6db5939f84
|
Re-integrate embedder stats
|
2025-06-30 09:52:06 +02:00 |
|
|
d35b2d8d33
|
minor fixes
|
2025-06-30 09:52:06 +02:00 |
|
|
e704f4d1ec
|
Reimplement reindexing shell
|
2025-06-26 18:14:48 +02:00 |
|
|
82fe80b360
|
Replace the legacy Settings::execute by the new one
|
2025-06-26 18:14:14 +02:00 |
|
|
4d26e9c6f2
|
Remove my comments
|
2025-06-26 12:21:34 +02:00 |
|
|
2ff382c023
|
Remove useless clone
|
2025-06-26 12:15:09 +02:00 |
|
|
0f6dd133b2
|
Turn to references
|
2025-06-26 12:15:09 +02:00 |
|
|
29f6eeff8f
|
Remove lots of Arcs
|
2025-06-26 12:15:08 +02:00 |
|
|
d7721fe607
|
Format
|
2025-06-24 12:20:22 +02:00 |
|
|
4925b30196
|
Move embedder stats out of progress
|
2025-06-23 15:24:14 +02:00 |
|
|
4cadc8113b
|
Add embedder stats in batches
|
2025-06-20 12:42:22 +02:00 |
|
|
9bda9a9a64
|
Merge remote-tracking branch 'origin/main' into tmp-release-v1.15.1
|
2025-06-12 10:21:07 +02:00 |
|
|
5ceb3c6a10
|
Report an error when the document template max bytes is zero
|
2025-06-10 16:27:18 +02:00 |
|
|
6433e49882
|
Remove useless code
|
2025-06-10 10:27:22 +02:00 |
|
|
82313a4444
|
Cargo fmt
|
2025-06-03 15:39:26 +02:00 |
|
|
8fdcdee0cc
|
Do a first clippy pass
|
2025-06-03 15:39:26 +02:00 |
|
|
50fafbbc8b
|
Implement useful conversion strategies and clean up the code
|
2025-06-03 15:31:28 +02:00 |
|
|
33dfd422db
|
Introduce a lot of search parameters and make Deserr happy
|
2025-06-03 15:31:27 +02:00 |
|
|
7929872091
|
Better chat settings management
|
2025-06-03 15:31:26 +02:00 |
|
|
c6930c8819
|
Introduce the new index chat settings
|
2025-06-03 15:31:25 +02:00 |
|
|
1d5265caf4
|
Fix typo in method name
|
2025-05-22 14:25:04 +00:00 |
|
|
a964251cee
|
Remove useless reset
fixes https://github.com/meilisearch/meilisearch/pull/5494#discussion_r2069373494
|
2025-05-21 10:49:43 +02:00 |
|
|
0cb2bf34a5
|
Fix test
|
2025-04-29 14:47:30 +02:00 |
|
|
63a4dfa2a8
|
Add disableOnNumber setting
|
2025-04-23 16:57:50 +02:00 |
|
|
b025f1bcf1
|
Merge branch 'main' into release-v1.14.0-tmp
|
2025-04-14 12:35:47 +02:00 |
|
|
a0bfcf8872
|
Make cargo fmt happy
|
2025-04-01 11:27:41 +02:00 |
|
|
4d90e3d2ec
|
Make Cargo and Clippy happy
|
2025-04-01 11:26:34 +02:00 |
|
|
a09d08c7b6
|
Avoid reindexing searchable order changes
Update settings.rs
Update settings.rs
|
2025-03-24 16:26:52 +01:00 |
|
|
e2d372823a
|
Disable the cache by default and make it experimental
|
2025-03-13 17:22:51 +01:00 |
|
|
6d52c6e711
|
Merge branch 'main' into granular-filterable-attributes
|
2025-03-11 10:05:58 +01:00 |
|