Tamo
|
1113c42de0
|
fix broken comments
|
2024-09-19 16:18:36 +02:00 |
|
Tamo
|
b6b73fe41c
|
Update milli/src/update/settings.rs
Co-authored-by: Louis Dureuil <louis@meilisearch.com>
|
2024-09-19 15:41:14 +02:00 |
|
Tamo
|
163f8023a1
|
remove debug println
|
2024-09-19 12:13:25 +02:00 |
|
Tamo
|
3f6301dbc9
|
fix the missing embedder name in the error message when trying to disable the binary quantization
|
2024-09-19 12:00:58 +02:00 |
|
Tamo
|
cc45e264ca
|
implement the binary quantization in meilisearch
|
2024-09-19 12:00:56 +02:00 |
|
Louis Dureuil
|
1ac008926b
|
Add maxBytes parameter
|
2024-09-03 12:07:15 +02:00 |
|
Louis Dureuil
|
21296190a3
|
Reindex embedders
|
2024-09-02 13:00:53 +02:00 |
|
Louis Dureuil
|
553440632e
|
Introduce Setting::some_or_not_set
|
2024-07-25 12:01:52 +02:00 |
|
Louis Dureuil
|
7a347966da
|
Allow explicit dimensions for ollama
|
2024-07-25 12:01:51 +02:00 |
|
Louis Dureuil
|
4654d51e05
|
Add custom headers for REST embedder
|
2024-07-25 12:01:51 +02:00 |
|
ManyTheFish
|
a918561ac1
|
Fix PR comments
|
2024-07-25 10:52:56 +02:00 |
|
ManyTheFish
|
04fa44e7eb
|
Implement localized attributes settings
|
2024-07-25 10:51:27 +02:00 |
|
Louis Dureuil
|
0d8199f3b7
|
Change parameters in milli settings
|
2024-07-24 14:34:17 +02:00 |
|
Louis Dureuil
|
65d0c32aa7
|
Allow overriding OpenAI's url
|
2024-07-16 13:39:00 +02:00 |
|
hanbings
|
0a40a98bb6
|
Make milli use edition 2021 (#4770)
* Make milli use edition 2021
* Add lifetime annotations to milli.
* Run cargo fmt
|
2024-07-09 17:25:39 +02:00 |
|
Louis Dureuil
|
e35ef31738
|
Small changes following review
|
2024-06-13 14:20:48 +02:00 |
|
Louis Dureuil
|
d18c1f77d7
|
Update embedder configs with a finer granularity
- no longer clear vector DB between any two embedder changes
|
2024-06-12 14:50:55 +02:00 |
|
Tamo
|
d85ab23b82
|
rename all occurences of user_defined to user_provided for consistency
|
2024-06-06 11:39:29 +02:00 |
|
Tamo
|
9eb6f522ea
|
wraps the index embedding config in a struct
|
2024-06-06 11:37:30 +02:00 |
|
Tamo
|
84e498299b
|
Remove the vectors from the documents database
|
2024-06-06 11:36:11 +02:00 |
|
Tamo
|
7a84697570
|
never store the _vectors as searchable or faceted fields
|
2024-06-06 11:36:11 +02:00 |
|
ManyTheFish
|
30293883e0
|
Fix condition mistake
|
2024-06-05 17:30:07 +02:00 |
|
ManyTheFish
|
b833be46b9
|
Avoid running proximity when only the exact attributes changes
|
2024-06-05 17:30:07 +02:00 |
|
ManyTheFish
|
0a4118329e
|
Put only_additional_fields to None if the difference gives an empty result.
|
2024-06-05 17:30:07 +02:00 |
|
Clément Renault
|
a998b881f6
|
Cache a lot of operations to know if a field must be indexed
|
2024-06-05 17:30:07 +02:00 |
|
Clément Renault
|
091bb157f1
|
Add a span for the settings diff creation
|
2024-06-05 17:30:07 +02:00 |
|
Clément Renault
|
1b639ce44b
|
Reduce the number of complex calls to settings diff functions
|
2024-06-05 17:30:07 +02:00 |
|
Clément Renault
|
87cf8a3c94
|
Introduce a new way to determine the operations to perform on the fields
|
2024-06-05 17:30:07 +02:00 |
|
Clément Renault
|
1ab03c4ede
|
Fix an issue with settings diff and * in the searchable attributes
|
2024-06-05 17:30:07 +02:00 |
|
Clément Renault
|
42b3f52ef9
|
Introduce the SettingDiff only_additional_fields method
|
2024-06-05 17:30:07 +02:00 |
|
Many the fish
|
e1fbfde6c4
|
Merge branch 'main' into merge-release-v1.8.1-in-main
|
2024-05-29 11:31:03 +02:00 |
|
ManyTheFish
|
27b75ec648
|
merge main into v1.8.1
|
2024-05-29 11:26:07 +02:00 |
|
Clément Renault
|
dc949ab46a
|
Remove puffin usage
|
2024-05-27 15:59:14 +02:00 |
|
Clément Renault
|
fe17c0f52e
|
Construct the minimal OBKVs according to the settings diff
|
2024-05-23 11:23:57 +02:00 |
|
Clément Renault
|
bc5663e673
|
FieldIdsMap no longer useful thanks to #4631
|
2024-05-22 16:06:15 +02:00 |
|
Clément Renault
|
500ddc76b5
|
Make the flattened sorter optional
|
2024-05-21 16:16:36 +02:00 |
|
ManyTheFish
|
3e94a90722
|
Fixes
|
2024-05-21 13:39:46 +02:00 |
|
ManyTheFish
|
fc7e817221
|
Index geo points based on the settings differences
|
2024-05-20 12:27:26 +02:00 |
|
Tamo
|
f2d0a59f1d
|
when no searchable attributes are defined, makes all the weight equals to zero
|
2024-05-16 01:06:33 +02:00 |
|
Tamo
|
ad4d8502b3
|
stops storing the whole fieldids weights map when no searchable are defined
|
2024-05-15 17:16:10 +02:00 |
|
Tamo
|
7ec4e2a3fb
|
apply all style review comments
|
2024-05-15 15:02:26 +02:00 |
|
Tamo
|
caa6a7149a
|
make the attribute ranking rule use the weights and fix the tests
|
2024-05-14 17:36:32 +02:00 |
|
Tamo
|
b0afe0972e
|
stop updating the fields ids map when fields are only swapped
|
2024-05-14 17:00:02 +02:00 |
|
Tamo
|
685f452fb2
|
Fix the indexing of the searchable
|
2024-05-14 17:00:02 +02:00 |
|
Tamo
|
c22460045c
|
Stops returning an option in the internal searchable fields
|
2024-05-14 17:00:02 +02:00 |
|
ManyTheFish
|
3acfab2eb7
|
Fix PR comments
|
2024-04-17 10:55:51 +02:00 |
|
ManyTheFish
|
87a93ba47d
|
fix clippy
|
2024-04-16 14:39:30 +02:00 |
|
ManyTheFish
|
a489b406b4
|
fix test
|
2024-04-16 14:39:06 +02:00 |
|
ManyTheFish
|
02c3d6b265
|
finish work
|
2024-04-16 14:39:06 +02:00 |
|
ManyTheFish
|
b5e4a55af6
|
refactor faceted and searchable pipeline
|
2024-04-16 14:39:06 +02:00 |
|