Louis Dureuil
c3c5a928e4
Merge pull request #5486 from CodeMan62/fix-network-url-validation-error-msg
...
Update network URL validation error message format to match expected
2025-04-03 10:42:33 +00:00
Louis Dureuil
c4787760d3
add test
2025-04-03 11:57:43 +02:00
Louis Dureuil
7ca2a8eb6f
Use url::Url::parse
to check the url
2025-04-03 11:57:36 +02:00
CodeMan62
c2ff4dd3b2
Apply cargo fmt changes
2025-04-02 19:08:46 +05:30
CodeMan62
fce0fa9c57
Update network URL validation error message format to match expected pattern
2025-04-02 00:19:50 +05:30
Louis Dureuil
19f4c1ac98
Merge pull request #5480 from meilisearch/bump-rustc-version
...
Bump Rust version to 1.85.1
2025-04-01 11:51:36 +00:00
Clément Renault
a0bfcf8872
Make cargo fmt happy
2025-04-01 11:27:41 +02:00
Clément Renault
64477aac60
Box the large GeoError error variant
2025-04-01 11:26:34 +02:00
Clément Renault
4d90e3d2ec
Make Cargo and Clippy happy
2025-04-01 11:26:34 +02:00
hdt3213
85efa6f493
Use ref instead of clone in option.rs
2025-03-31 20:31:26 +08:00
hdt3213
ba6d755120
Support EC private key
2025-03-27 21:30:08 +08:00
Tamo
5607802fe1
Merge pull request #5449 from vuthanhtung2412/fix-dim-mismatch
...
Display more detailed error message instead of panic on embeddings dimension mismatch
2025-03-27 10:52:23 +00:00
Tamo
a8afd5dbcb
fix warn and show what meilisearch understood of the vectors in the cursed test
2025-03-27 11:07:01 +01:00
Many the fish
55f620a986
Merge pull request #5425 from CodeMan62/enhance-filterable-error-messages
...
Enhance filterable error messages
2025-03-27 09:18:37 +00:00
ManyTheFish
2f07afa97e
Update Charabia v0.9.3
2025-03-26 17:43:19 +01:00
vuthanhtung2412
bf3a29b60d
Document problematic case in test and acknowledge PR comment
2025-03-26 12:57:25 +01:00
CodeMan62
3acf036526
fix: improve error messages for filterable attributes and fix formatting
2025-03-25 21:44:39 +05:30
Many the fish
eefefc482b
Merge pull request #5446 from shaokeyibb/main
...
Fix _matchesPosition length calculate
2025-03-25 14:16:38 +00:00
vuthanhtung2412
43c8a206b4
detail comments
2025-03-25 13:07:17 +01:00
vuthanhtung2412
a8c407fa36
fix failling tests
2025-03-25 13:06:11 +01:00
vuthanhtung2412
18bc56f1fa
update cargo insta
2025-03-25 12:54:49 +01:00
vuthanhtung2412
38b3e03dde
add embedding with dimension mismatch test case
2025-03-25 12:51:36 +01:00
vuthanhtung2412
6b1c262b74
fix all tests
2025-03-25 12:43:15 +01:00
vuthanhtung2412
d71c6f3483
allow multiple embedding in per document per embedder to pass
2025-03-25 12:04:25 +01:00
HikariLan
9d3037aa1a
Fix clippy error
2025-03-25 18:12:36 +08:00
HikariLan
2800e42243
Separate calc_byte_length function
2025-03-25 00:47:17 +08:00
vuthanhtung2412
868c902935
fix meilisearch integration vector tests
2025-03-24 00:24:50 +01:00
vuthanhtung2412
e019ad7692
Display more detailed error message instead of panic
2025-03-21 15:41:31 +01:00
CodeMan62
1f67f373d1
fixed all the tests failing will "cargo insta test --accept"
2025-03-20 22:51:56 +05:30
CodeMan62
9aee12c906
fixed the failing tests from snapshots
2025-03-20 17:55:12 +05:30
HikariLan
39aca661dd
Make _matchesPosition length byte based instead of char based
2025-03-20 20:02:51 +08:00
CodeMan62
e2c824a7cd
fixed all test fails in the run
2025-03-20 15:21:47 +05:30
CodeMan62
0dd65caffe
test: update test snapshots to match new error message format
2025-03-20 10:59:21 +05:30
CodeMan62
15db203b7d
refactor: update error message format for filterable attributes
2025-03-20 00:08:37 +05:30
CodeMan62
041f635214
Fix: Add #[allow(dead_code)] to format_invalid_filter_distribution function
2025-03-19 20:13:28 +05:30
shu-kitamura
537bf27e7c
Update crates/meilisearch/src/routes/tasks_test.rs
...
Co-authored-by: Many the fish <many@meilisearch.com>
2025-03-19 19:11:04 +09:00
CodeMan62
9162e8ba04
Enhance error messages for filterable attributes and improve error handling
2025-03-17 22:04:18 +05:30
shu-kitamura
2118cc092e
rm db.snapshot
2025-03-17 23:04:13 +09:00
shu-kitamura
c7564d500f
Split unit test in tasks.rs
2025-03-17 22:55:23 +09:00
meili-bors[bot]
2500e3c067
Merge #5414
...
5414: Update version for the next release (v1.14.0) in Cargo.toml r=Kerollmops a=meili-bot
⚠️ This PR is automatically generated. Check the new version is the expected one and Cargo.lock has been updated before merging. Fixes https://github.com/meilisearch/meilisearch/issues/5268 .
Co-authored-by: Kerollmops <Kerollmops@users.noreply.github.com>
Co-authored-by: Kerollmops <clement@meilisearch.com>
2025-03-14 13:35:54 +00:00
Tamo
009c36a4d0
Add support for the progress API of arroy
2025-03-13 19:00:43 +01:00
Kerollmops
2a47e25e6d
Update the upgrade path snap
2025-03-13 18:35:06 +01:00
Louis Dureuil
e2d372823a
Disable the cache by default and make it experimental
2025-03-13 17:22:51 +01:00
Louis Dureuil
1876132172
Mutex-based implementation
2025-03-13 17:22:50 +01:00
Louis Dureuil
d0b0b90d17
fixup tests, in particular foil the cache for the timeout test
2025-03-13 17:22:50 +01:00
Louis Dureuil
b08544e86d
Add embedding cache
2025-03-13 17:22:50 +01:00
Louis Dureuil
d9111fe8ce
Add lru crate to milli again
2025-03-13 17:22:50 +01:00
Kerollmops
41d8161017
Update the versions
2025-03-13 17:22:32 +01:00
Clément Renault
7df5715d39
Merge pull request #5406 from meilisearch/bump-heed
...
Bump heed to v0.22 and arroy to v0.6
2025-03-13 16:52:45 +01:00
Kerollmops
5fe02ab5e0
Move to heed 0.22 and arroy 0.6
2025-03-13 15:48:18 +01:00