Skip to content
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

Add score normalization and combination documentation #4985

Merged
merged 36 commits into from
Sep 22, 2023
Merged
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
6ab7d57
Add search phase results processor
kolchfa-aws Aug 28, 2023
79e9597
Add hybrid query
kolchfa-aws Aug 29, 2023
69d4274
Normalization processor additions
kolchfa-aws Sep 6, 2023
06dcb26
Add more details
kolchfa-aws Sep 6, 2023
f0d1667
Continue writing
kolchfa-aws Sep 7, 2023
0ff381f
Add more query then fetch details and diagram
kolchfa-aws Sep 7, 2023
32f7a6e
Small rewording
kolchfa-aws Sep 7, 2023
8b0bb3d
Leaner left nav headers
kolchfa-aws Sep 7, 2023
76e5164
Tech review feedback
kolchfa-aws Sep 7, 2023
2fe3464
Add semantic search tutorial
kolchfa-aws Sep 10, 2023
c353572
Reworded prerequisites
kolchfa-aws Sep 11, 2023
9cff096
Removed comma
kolchfa-aws Sep 11, 2023
7ee90cd
Rewording advanced prerequisites
kolchfa-aws Sep 11, 2023
7f360ba
Changed searching for ML model to shorter request
kolchfa-aws Sep 11, 2023
a898585
Update task type in register model response
kolchfa-aws Sep 11, 2023
6e1a73c
Changing example
kolchfa-aws Sep 12, 2023
b842fcf
Added huggingface prefix to model names
kolchfa-aws Sep 12, 2023
d7971cb
Change example responses
kolchfa-aws Sep 12, 2023
6ca775f
Added note about huggingface prefix
kolchfa-aws Sep 12, 2023
b16de8d
Update _ml-commons-plugin/semantic-search.md
kolchfa-aws Sep 12, 2023
f7bc213
Implemented doc review comments
kolchfa-aws Sep 12, 2023
c605b5a
List weights under parameters
kolchfa-aws Sep 12, 2023
1f89522
Remove one-shard warning for normalization processor
kolchfa-aws Sep 12, 2023
1bbb929
Apply suggestions from code review
kolchfa-aws Sep 13, 2023
e42f8ad
Implemented editorial comments
kolchfa-aws Sep 13, 2023
76a893b
Editorial comments and resolve merge conflicts
kolchfa-aws Sep 13, 2023
e126508
Change links
kolchfa-aws Sep 13, 2023
0c7b587
More editorial feedback
kolchfa-aws Sep 13, 2023
6d48caf
Change model-serving framework to ML framework
kolchfa-aws Sep 13, 2023
838b42f
Use get model API to check model status
kolchfa-aws Sep 13, 2023
9ead908
Implemented tech review comments
kolchfa-aws Sep 13, 2023
8f292f1
Added neural search description and diagram
kolchfa-aws Sep 14, 2023
6fd7468
More editorial comments
kolchfa-aws Sep 15, 2023
20cb3df
Add link to profile API
kolchfa-aws Sep 15, 2023
0c3f589
Addressed more tech review comments
kolchfa-aws Sep 18, 2023
76036c4
Implemented editorial comments on changes
kolchfa-aws Sep 18, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _ml-commons-plugin/cluster-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
title: ML Commons cluster settings
has_children: false
nav_order: 160
nav_order: 10
---

# ML Commons cluster settings
Expand Down
2 changes: 1 addition & 1 deletion _ml-commons-plugin/model-access-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
title: Model access control
has_children: false
nav_order: 180
nav_order: 20
---

# Model access control
Expand Down
22 changes: 11 additions & 11 deletions _ml-commons-plugin/pretrained-models.md

Large diffs are not rendered by default.

Loading