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
meili-bors[bot]
3753f87fd8
Merge #5011
...
5011: Revamp analytics r=ManyTheFish a=irevoire
# Pull Request
## Related issue
Fixes https://github.com/meilisearch/meilisearch/issues/5009
## What does this PR do?
- Force every analytics to go through a trait that forces you to handle aggregation correcty
- Put the code to retrieve the `user-agent`, `timestamp` and `requests.total_received` in common between all aggregates, so there is no mistake
- Get rids of all the different channel for each kind of event in favor of an any map
- Ensure that we never [send empty event ever again](https://github.com/meilisearch/meilisearch/pull/5001 )
- Merge all the sub-settings route into a global « Settings Updated » event.
- Fix: When using one of the three following feature, we were not sending any analytics IF they were set from the global route
- /non-separator-tokens
- /separator-tokens
- /dictionary
Co-authored-by: Tamo <tamo@meilisearch.com>
2024-10-21 15:08:49 +00:00
Louis Dureuil
89243f7df0
WIP vector extraction
2024-10-21 10:39:40 +02:00
Louis Dureuil
9fe5122176
Fixup imports
2024-10-21 10:39:31 +02:00
Louis Dureuil
aff8ca4397
Add raw versions of parsed vectors
2024-10-21 10:39:05 +02:00
Louis Dureuil
1a3f4e719d
Vector document trait
2024-10-21 10:38:21 +02:00
Louis Dureuil
c278024709
Add vectors field and geo field to document trait
2024-10-21 10:37:40 +02:00
Louis Dureuil
73e29ee155
EmbeddingSender stub
2024-10-21 10:35:56 +02:00
Louis Dureuil
124b5c3df8
Update raw collections
2024-10-21 10:35:44 +02:00
ManyTheFish
60cc09abec
Implement facet search exctraction
2024-10-21 09:28:49 +02:00
Clément Renault
8ef8035bf2
Fix CI
2024-10-21 08:28:33 +02:00
Clément Renault
3353bcd82d
Revert "Change the Meilisearch logo to the kawaii version"
...
This reverts commit 13d1d78a2d
.
2024-10-21 08:21:56 +02:00
Clément Renault
9c1e54a2c8
Move crates under a sub folder to clean up the code
2024-10-21 08:18:43 +02:00
Tamo
5675585fe8
move all the searches structures to new modules
2024-10-20 17:54:43 +02:00
Tamo
af589c85ec
reverse all the settings to keep the last one received instead of the first one received in case we receive the same setting multiple times
2024-10-20 17:40:31 +02:00
Tamo
ac919df37d
simplify the trait a bit more by getting rids of the downcast_aggregate method
2024-10-20 17:36:29 +02:00
Tamo
73b5722896
rename the other parameter of the aggregate method to new to avoid confusion
2024-10-20 17:31:35 +02:00
Tamo
c94679bde6
apply review comments
2024-10-20 17:24:12 +02:00
F. Levi
e51e6f902a
Highlight partially cropped matches too
2024-10-19 13:42:02 +03:00
F. Levi
6c226a4580
Merge branch 'main' into change-matches-position-phrase-search
2024-10-17 21:25:42 +03:00
Tamo
89e2d2b2b9
fix the doctest
2024-10-17 13:55:49 +02:00
Tamo
3a7a20c716
remove the segment feature and always import segment
2024-10-17 11:21:14 +02:00
Louis Dureuil
cd378e5bd2
Add chunking
2024-10-17 10:18:00 +02:00
Tamo
fa1db6b721
fix the tests
2024-10-17 09:55:30 +02:00
Tamo
1ab6fec903
send all experimental features in the info event including the runtime one
2024-10-17 09:49:21 +02:00
Louis Dureuil
c1fcb2ebc6
add some warning
2024-10-17 09:43:11 +02:00
Tamo
18ac4032aa
Remove the experimental feature seen
2024-10-17 09:35:11 +02:00
Tamo
d9115b74f0
move the analytics settings code to a dedicated file
2024-10-17 09:32:54 +02:00
Louis Dureuil
0749633618
Don't sort in parallel in sorters of the new indexer
2024-10-17 09:30:18 +02:00