-
Notifications
You must be signed in to change notification settings - Fork 102
Merge dev into main #682
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Merge dev into main #682
Changes from all commits
Commits
Show all changes
187 commits
Select commit
Hold shift + click to select a range
40dd7ea
Add facet_search API functionality
hmacr 6997eb6
Allow users to customize facet value sort behaviour
hmacr 70bae60
Update .code-samples.meilisearch.yaml
curquiza fa60ea5
Update .code-samples.meilisearch.yaml
curquiza 99bbcc9
Merge branch 'main' into issue-503
curquiza eb7c533
Update .code-samples.meilisearch.yaml
curquiza 5da8f05
Update .code-samples.meilisearch.yaml
curquiza a23fe34
Update .code-samples.meilisearch.yaml
curquiza 333c79a
Added the ability to configure vector-search embeddings in the settings
CommanderStorm 83f543d
Added the ability to configure the `hybrid` keyword in the search
CommanderStorm a4e50c9
Migrated the testcase to use `_vectors` instead
CommanderStorm 0e044b1
Removed the `experimental-vector-search` feature
CommanderStorm 3a4d876
Merge branch 'main' into vector-search-embedder
curquiza 6643bc7
Merge branch 'main' into issue-503
curquiza a9c570f
Merge branch 'main' into issue-502
curquiza a167c50
Merge branch 'main' into vector-search-embedder
CommanderStorm 37b5410
Merge branch 'main' into vector-search-embedder
CommanderStorm 4c7475e
Merge branch 'main' into vector-search-embedder
curquiza 5e72f98
feat: added support for ollama and rest
CommanderStorm 75e5585
chore: improved the documentation
CommanderStorm 464de44
feat: implemnted the `retrieve_vectors` flag
CommanderStorm 4cf2da8
Merge branch 'main' into vector-search-embedder
CommanderStorm 980e714
chore: made sure that `test_hybrid` uses a mocked server
CommanderStorm cbac495
chore: formatting fixes
CommanderStorm 77399a2
chore: fixed a typo in a doc-comment
CommanderStorm c69358b
Merge branch 'main' into vector-search-embedder
CommanderStorm 4c94ce5
fix(tests): made the requested changes
CommanderStorm 7398185
fix: changed the rest embedder to the `1.10.0` schema
CommanderStorm 93b0bca
feat: added `headers` support
CommanderStorm 31ca59d
Add missing `exist` to `*_update` functions' docs
funlennysub 53083ed
Apply suggestions from code review
CommanderStorm 9079410
Merge branch 'main' into vector-search-embedder
CommanderStorm a0b13c6
chore: formatting fix
CommanderStorm 5c406e3
Merge branch 'main' into vector-search-embedder
CommanderStorm 9cd547d
Remove mentions to the experimental search from the PR
CommanderStorm f32abe2
Fix typos during the initial drafts
CommanderStorm b64e424
Merge branch 'main' into vector-search-embedder
CommanderStorm 279e974
fix formatting issues that crept in somehow in the merge
CommanderStorm fb45587
Merge branch 'main' into vector-search-embedder
CommanderStorm b0bd2a7
Merge branch 'main' into vector-search-embedder
CommanderStorm 73305ac
Update src/search.rs
CommanderStorm b7735a2
simplified code a bit
CommanderStorm 8e265df
update docs with newer phrasing
CommanderStorm 20c4d50
formatting fix
CommanderStorm 6838937
fix doctests
CommanderStorm 63b91cf
Add documents and embbedings database metrics to stats response
3b70ea6
Add Code Coverage GH action
Alirexaa e783b40
maybe fix lintter
6296993
Update action name
47e1266
Skip code coverage on dependabot PRs
Alirexaa 026fbbc
Add facet search setting methods
ellnix f87fcf1
Add facet search setting code samples
ellnix 770e7cd
Add prefix search setting methods
ellnix a5e56fe
Add prefix search setting code samples
ellnix d11887c
Fix formatting
ellnix 8d3c81c
Merge branch 'main' into vector-search-embedder
CommanderStorm b1dc0f9
Fix deleted_tasks field type in TaskDeletion struct
coinmoles 9722db2
Merge branch 'main' into patch-1
Alirexaa 06d3ea6
Update coverage.yml
Alirexaa df984d9
Serialize for MultiSearchResponse
milesgranger 922d264
Replace manual `Serialize` impl of `MultiSearchQuery` with derive
LukasKalbertodt 1c5c9f6
Merge branch 'main' into vector-search-embedder
CommanderStorm 430c8d1
Update src/settings.rs
CommanderStorm 4a175e0
fix nitpick by code review
CommanderStorm 5d488a3
fix nitpick from code review
CommanderStorm b04d320
Update src/settings.rs
CommanderStorm efd9dfb
Add federated multi search API
LukasKalbertodt 70f258f
Add `federation_options` to `SearchQuery`
LukasKalbertodt 9c176e8
Make `#[meilisearch_test]` support multiple indices
LukasKalbertodt a826b64
Add unit test for federated multi search
LukasKalbertodt 8a2bded
feat: similar query support(no testcase)
JiaYingZhang 07f8444
fixup(similar): fixup clippy linter
JiaYingZhang f2c440c
Update src/indexes.rs
JiaYingZhang e64a10e
Update src/indexes.rs
Alirexaa f3ad0e2
Merge branch 'facet-search' into issue-503
Mubelotix f7d92b1
Merge pull request #512 from hmacr/issue-503
Mubelotix 300d50b
Adapt to new http client system
Mubelotix c82555d
Add missing fields
Mubelotix 9d7f033
Add test
Mubelotix 22da9cd
Rename
Mubelotix 4387348
Add test
Mubelotix f2afdda
Fix type
Mubelotix 9498309
Format
Mubelotix 03cec52
Fix tests
Mubelotix dd21983
Remove useless line
Mubelotix b101bea
Fix sample
Mubelotix e4bad3a
Fix doc tests
Mubelotix 81d74df
Fix clippy warnings
Mubelotix 6eb41e8
Merge pull request #675 from meilisearch/facet-search
Mubelotix facc65c
Merge branch 'faceting2' into issue-502
Mubelotix 7ca56dc
Merge pull request #514 from hmacr/issue-502
Mubelotix f75d65e
Fix casing
Mubelotix 68dff35
Add doc
Mubelotix c728491
Add utility methods
Mubelotix b626f88
Improve serde settings
Mubelotix 147f1e4
Make test more idiomatic
Mubelotix 3e93c11
Avoid avoidable clones
Mubelotix fb83e1d
Fix code sample
Mubelotix 436986f
Improve code samples
Mubelotix 369b6b0
Format
Mubelotix 763c1c5
Fix issue in docs
Mubelotix 6de4acf
Merge pull request #676 from meilisearch/faceting2
Mubelotix 4c11a52
Merge branch 'hybrid' into vector-search-embedder
Mubelotix be7fa9b
Merge pull request #554 from CommanderStorm/vector-search-embedder
Mubelotix fe22e54
Fix rebase errors
Mubelotix acd493c
Fix clippy warning
Mubelotix fed5766
Format code
Mubelotix 72e1bdc
Remove Default on HybridSearch
Mubelotix 54ac2ab
Edit doc
Mubelotix 57edc89
Comments
Mubelotix a4d4a9e
Implement broken test
Mubelotix b20a19e
Format
Mubelotix 624cf20
Remove log
Mubelotix c97b54a
Simplify embedder config
Mubelotix 068c242
Fix tests
Mubelotix 5dcee1b
Minor fixes
Mubelotix 5131e68
Add set_embedders
Mubelotix 38cce63
Typo
Mubelotix 7023f99
Fix doc placement
Mubelotix 38b7571
Merge pull request #677 from meilisearch/hybrid
Mubelotix b9567c6
Merge pull request #617 from funlennysub/docs-fixes
Mubelotix c2d6a67
Merge pull request #654 from Alirexaa/patch-1
Mubelotix 9244ced
Fix condition
Mubelotix 0f41920
Use official actions
Mubelotix 023dafb
Switch back to dtolnay actions
Mubelotix a04d592
Require tests to pass
Mubelotix 93a76f5
Fix identation
Mubelotix 56f121a
Add code coverage on readme
Mubelotix a658ec4
Merge pull request #678 from meilisearch/codecov
Mubelotix f5c48ff
Merge branch 'dev' into update-stats-response
Mubelotix fe3cfbe
Update src/indexes.rs
Mubelotix 3655619
Update src/indexes.rs
Mubelotix c0fa93f
Change field order and update documentation
Mubelotix ef6edf3
Merge pull request #652 from Alirexaa/update-stats-response
Mubelotix 8bcab26
Fix flaky tests
Mubelotix d242601
Actually remove non_exhaustive
Mubelotix 0458791
Fix readme CI
Mubelotix 6e4d7d7
Merge pull request #679 from meilisearch/update-stats-response
Mubelotix 0c278ff
Update dependencies
Mubelotix 4d3d9d1
Merge branch 'facet-settings' into facet-prefix-search-626
Mubelotix d386e1f
Merge pull request #634 from ellnix/facet-prefix-search-626
Mubelotix 8439944
Uppercase
Mubelotix 1aa65a1
Format
Mubelotix c653a56
Make prefix search an enum
Mubelotix 2a3c015
Add key fallback
Mubelotix fec66af
Merge pull request #680 from meilisearch/facet-settings
Mubelotix f20af24
Merge pull request #668 from milesgranger/milesgranger/serialize-mult…
Mubelotix b175a09
Merge pull request #666 from coinmoles/fix/task_deletion
Mubelotix 7d0d3ee
Fix canceled_tasks being required
Mubelotix 9958a86
Merge branch 'federation' into implement-federated-multi-search
Mubelotix 8479765
Merge pull request #625 from LukasKalbertodt/implement-federated-mult…
Mubelotix be7a7ff
Fix errors
Mubelotix 81d2ded
Add doc
Mubelotix 9bca8cc
Remove useless allow
Mubelotix fdaef5a
Update a lot of stuff that changed
Mubelotix a5f8e45
Improve API
Mubelotix 2c540a1
Format
Mubelotix 0107e03
Improve test
Mubelotix 94e9140
Grammar
Mubelotix c62228c
Try to improve code coverage
Mubelotix 6516225
Fix merge_facets
Mubelotix 1101fa0
Fix shitty tests interacting with each other
Mubelotix c3a1135
Merge pull request #681 from meilisearch/federation
Mubelotix 692c8b1
Merge branch 'dev' into similar-support
Mubelotix 428672c
Uncomment tests
Mubelotix d3e89fe
Make tests pass
Mubelotix 0c9777f
Add meaning test
Mubelotix 710b22c
Add retrieve_vectors test
Mubelotix c830204
Fix doc tests
Mubelotix e9463e6
Fix module order
Mubelotix 7276bf8
Update doc
Mubelotix 2bc8c74
Remove useless code
Mubelotix 0a90ba3
Format
Mubelotix 11f2a1b
Update doc
Mubelotix d58d8a3
Remove useless build method
Mubelotix 268ee31
Remove build method from tests
Mubelotix 8c08750
Move coverage to test step
Mubelotix 7546a80
Don't get coverage on doc tests
Mubelotix be29ee3
Improve serde code
Mubelotix d884abc
Update codecov actoin
Mubelotix d8cc992
Make serialize generic
Mubelotix 972da7f
Merge pull request #674 from JiaYingZhang/similar-support
Mubelotix a7d61e1
Renames
Mubelotix 1fce5b7
Update code samples
Mubelotix 8052a79
Add check scripts
Mubelotix c1c8dce
Fix doc tests
Mubelotix 17545ff
Remove script
Mubelotix File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.