-
Notifications
You must be signed in to change notification settings - Fork 254
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
v1.3: Vector search #2479
v1.3: Vector search #2479
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like what you wrote! Thank you 😎
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No really useful feedback here, except for perhaps replacing "large language models" with "machine learning". Otherwise it lgtm
Co-authored-by: Tommy <[email protected]>
* v1.3 * add content * fix table * more content * update search parameter tables * fix stuff * test table * test table * make `showRankingScoreDetails` experimental * add note * update core concepts * update based on spec * Update learn/experimental/ranking_rule_score_details.mdx Co-authored-by: Louis Dureuil <[email protected]> * Apply suggestions from code review Co-authored-by: gui machiavelli <[email protected]> * update based on review * Update reference/api/search.mdx Co-authored-by: gui machiavelli <[email protected]> * v1.3 telemetry updates (#2508) * v1.3: add `total` field (#2510) * v1.3: Update Docker image versions (#2497) * bump docker image version * bump docker image version * v1.3: `attributesToSearchOn` (#2480) * attributesToSearchOn: add new search parameter and error code * attributesToSearchOn: add note to searchable attributes guide, improve heading wording * attributesToSearchOn: improve example, add relevancy info * Update reference/errors/error_codes.mdx Co-authored-by: Many the fish <[email protected]> * attributesToSearchOn: improve wording * `attributesToSearchOn`: default now `["*"]` * Apply suggestions from code review Co-authored-by: Many the fish <[email protected]> --------- Co-authored-by: Many the fish <[email protected]> * v1.3: search for facet values+sort facet values (#2472) * create page * add content * add links+warnings * update content * update guide * update api reference * update to add sorting facet values * update facet_search.mdx * update code samples+error * Update .code-samples.meilisearch.yaml * update filter type * Update .code-samples.meilisearch.yaml Co-authored-by: cvermand <[email protected]> * update based on spec * update based on review * update code sample id names * Apply suggestions from code review Co-authored-by: gui machiavelli <[email protected]> * update based on review * fix container titles --------- Co-authored-by: cvermand <[email protected]> Co-authored-by: gui machiavelli <[email protected]> * v1.3: Vector search (#2479) * vector search: add experimental feature page * vector search: improve wording * vector search: use consistent slug * Update learn/experimental/vector_search.mdx Co-authored-by: Tommy <[email protected]> --------- Co-authored-by: Tommy <[email protected]> * v1.3 postman (#2486) * v1.3: Update Postman for sort and search facets+showRankingScore (#2487) * v1.3: Add `/experimental-features` route to Postman collection (#2501) --------- Co-authored-by: gui machiavelli <[email protected]> Co-authored-by: gui machiavelli <[email protected]> * v1.3: Experimental features API route (#2496) * experimental: add new API route --------- Co-authored-by: Louis Dureuil <[email protected]> Co-authored-by: Tommy <[email protected]> * ranking score details: improve title --------- Co-authored-by: Louis Dureuil <[email protected]> Co-authored-by: gui machiavelli <[email protected]> Co-authored-by: Many the fish <[email protected]> Co-authored-by: cvermand <[email protected]> Co-authored-by: Tommy <[email protected]> Co-authored-by: gui machiavelli <[email protected]>
Closes #2477