Tamo
7415ef7ff5
Update crates/meilitool/src/upgrade/v1_11.rs
...
Co-authored-by: Louis Dureuil <louis@meilisearch.com>
2024-11-05 15:37:59 +01:00
Tamo
a5d138ac34
use a tag while importing arroy instead of a loose branch or rev
2024-11-05 15:24:02 +01:00
Tamo
0f74a93346
Update crates/meilitool/src/upgrade/v1_11.rs
...
Co-authored-by: Louis Dureuil <louis@meilisearch.com>
2024-11-05 15:14:02 +01:00
Tamo
e4993aa705
Update crates/meilitool/src/upgrade/mod.rs
...
Co-authored-by: Louis Dureuil <louis@meilisearch.com>
2024-11-05 15:13:50 +01:00
Tamo
66b7e0824e
Update crates/meilitool/src/upgrade/mod.rs
...
Co-authored-by: Louis Dureuil <louis@meilisearch.com>
2024-11-05 15:13:40 +01:00
Tamo
f193c3a67c
Update crates/meilitool/src/main.rs
...
Co-authored-by: Louis Dureuil <louis@meilisearch.com>
2024-11-05 15:13:32 +01:00
Tamo
9799812b27
fix the benchmarks
2024-11-05 15:08:01 +01:00
Clément Renault
db55638714
Do not forget to recompute common prefixes
2024-11-05 11:26:46 +01:00
ManyTheFish
ad52c950ba
Only run word pair proximity docids extraction if proximity_precision enables it
2024-11-05 11:08:47 +01:00
Tamo
48ab898ca2
fix the datetime of v1.9
2024-11-05 10:30:53 +01:00
F. Levi
a5dc783ffa
Merge with main branch
2024-11-05 10:56:17 +02:00
meili-bors[bot]
1b49b60486
Merge #5026
...
5026: test: improve performance of update_documents.rs r=dureuill a=PedroTurik
# Pull Request
## Related issue
Fixes one item from #4840
## What does this PR do?
- Applies the changes recommended on the issue for `meilisearch/tests/documents/update_documents.rs`
## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?
Thank you so much for contributing to Meilisearch!
Co-authored-by: Pedro Turik Firmino <pedroturik@gmail.com>
2024-11-05 08:37:44 +00:00
Tamo
a1f228f662
remove the uneeded files after the rebase
2024-11-04 18:19:36 +01:00
Tamo
99a9fde37f
push back the removed files
2024-11-04 17:55:55 +01:00
Tamo
106cc7fe3a
fmt
2024-11-04 17:51:40 +01:00
Tamo
4eef0cd332
fix the update from v1_9 to v1_10 by providing a custom datetime formatter myself
2024-11-04 17:47:10 +01:00
Tamo
5f57306858
update the arroy version in meilitool
2024-11-04 17:47:10 +01:00
Tamo
690eb42fc0
update the version of arroy
2024-11-04 17:47:10 +01:00
Tamo
a9b61c8434
fix the version parsing and improve error handling
2024-11-04 17:47:10 +01:00
Tamo
ddd03e9b37
implement the upgrade from v1.10 to v1.11 in meilitool
2024-11-04 17:47:10 +01:00
Tamo
362836efb7
make an upgrade module where we'll be able to shove each version instead of putting everything in the same file
2024-11-04 17:47:10 +01:00
meili-bors[bot]
22229d3046
Merge #5022
...
5022: Briging changes from v1.11.0 back to main r=irevoire a=Kerollmops
Fixes https://github.com/meilisearch/meilisearch/issues/5035
...and fixing merge conflicts.
Co-authored-by: Tamo <tamo@meilisearch.com>
Co-authored-by: Louis Dureuil <louis@meilisearch.com>
Co-authored-by: meili-bors[bot] <89034592+meili-bors[bot]@users.noreply.github.com>
Co-authored-by: ManyTheFish <many@meilisearch.com>
Co-authored-by: curquiza <clementine@meilisearch.com>
2024-11-04 15:34:19 +00:00
Tamo
186326fe40
update the macos version
2024-11-04 16:33:04 +01:00
Tamo
cf6ad1ae5e
Merge branch 'main' into tmp-release-v1.11.0
2024-11-04 16:14:44 +01:00
Louis Dureuil
3658f57f93
Add progress
2024-11-04 15:10:40 +01:00
Louis Dureuil
a77d5ea8c1
Pass embedders to documents
2024-10-30 14:03:29 +01:00
Louis Dureuil
c9082130c8
support vectors or array of vectors
2024-10-30 13:50:51 +01:00
Louis Dureuil
df5bc3c9fd
Reintroduce vector errors
2024-10-30 10:55:57 +01:00
Louis Dureuil
0f6a1dbce7
habemus field distribution
2024-10-30 10:06:46 +01:00
Louis Dureuil
4ebedf4dc8
clippy fixes
2024-10-30 10:06:38 +01:00
Pedro Turik Firmino
b02a72c0c0
Applies optimizations to some integration tests
2024-10-29 19:30:11 -03:00
Louis Dureuil
1075dd34bb
Vectors
2024-10-29 17:43:36 +01:00
meili-bors[bot]
28274292d8
Merge #5021
...
5021: Update benchmarks to match the new crates subfolder r=dureuill a=Kerollmops
Co-authored-by: Clément Renault <clement@meilisearch.com>
2024-10-29 08:06:35 +00:00
Louis Dureuil
7058959a46
Write into documents
2024-10-28 16:18:48 +01:00
Louis Dureuil
9cbb2b066a
WIP vector extraction
2024-10-28 14:23:54 +01:00
Louis Dureuil
5efd70c251
Allow random access to fields in documents
2024-10-28 14:23:38 +01:00
Louis Dureuil
65470e26e0
Document trait changes
2024-10-28 14:23:20 +01:00
Louis Dureuil
bbb67ae0a8
todo channel
2024-10-28 14:23:02 +01:00
Louis Dureuil
af9f96e2af
Update older embedding
2024-10-28 14:22:45 +01:00
Louis Dureuil
1960003805
Remove some warnings
2024-10-28 14:22:19 +01:00
Louis Dureuil
2a91849660
Remove primary key from top id map
2024-10-28 14:21:50 +01:00
Louis Dureuil
663deac236
Slight changes index scheduler
2024-10-28 14:21:39 +01:00
Louis Dureuil
c8189e975c
Add rendering based on document trait
2024-10-28 14:10:55 +01:00
Louis Dureuil
9e7c455a01
GlobalFieldIdMap manages metadata
2024-10-28 14:09:48 +01:00
Louis Dureuil
c22dc55694
Add embed_chunks_ref
2024-10-28 14:08:54 +01:00
Louis Dureuil
50de3fba7b
Update raw-collections
2024-10-28 14:07:23 +01:00
Clément Renault
ee72f622c7
Update benchmarks to match the new crates subfolder
2024-10-28 14:06:46 +01:00
meili-bors[bot]
b0da626506
Merge #5016
...
5016: Hide code complexity into a subfolder r=Kerollmops a=Kerollmops
This PR moves the complexity and main code into a subfolder to make the main repository page more welcoming by reducing the number of visible files and showing the README earlier.
Co-authored-by: Clément Renault <clement@meilisearch.com>
2024-10-28 09:43:14 +00:00
Many the fish
3d29226a7f
Merge pull request #5019 from meilisearch/indexer-edition-2024-bumpalo-in-extractors
...
Implement facet search extraction
2024-10-23 10:42:38 +02:00
meili-bors[bot]
f372ee505f
Merge #5017
...
5017: Rollback the Meilisearch Kawaii logo r=curquiza a=Kerollmops
This PR reverts #4778 and brings back the official one. It's no longer the time to JOKE, OK !?
Co-authored-by: Clément Renault <clement@meilisearch.com>
2024-10-22 08:14:18 +00:00