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

[Doc] ML_inference processor X RerankByField tutorial needed #3175

Open
brianf-aws opened this issue Oct 28, 2024 · 2 comments
Open

[Doc] ML_inference processor X RerankByField tutorial needed #3175

brianf-aws opened this issue Oct 28, 2024 · 2 comments
Assignees

Comments

@brianf-aws
Copy link
Contributor

brianf-aws commented Oct 28, 2024

In Neural Search 2.18 it introduces rerank-by-field search response processor

We need to have a tutorial that shows how the ml-inference search response processor, can be used with the new rerank type in order to rank their documents according to an any external model! This is not to be confused with the current ml_opensearch rerank type that reranks using a cross encoder model only.

This action needs to be done in the OpenSearch/doc-website repo

  • We may need to add a whole other page that shows a tutorial using these two processors

Here is a general workflow I can think of to describe this solution although I would like more discussion of how to bring it up.

<h1> Reranking search results using a remote model</h1>
    <p> You may want to rerank your documents according to an external model you may have that is not necessarily a rerank model. You can combine the ml inference search response processor along with the by field rerank processor to achieve this.
See below an example where .... </p>

I still have to think of an interesting scenario that a user may want to see.

@dhrubo-os
Copy link
Collaborator

Can I assign this issue to you?

@brianf-aws
Copy link
Contributor Author

brianf-aws commented Oct 28, 2024

yep!

@brianf-aws brianf-aws changed the title [Doc] Ml_inference processor X RerankByField tutorial needed [Doc] ML_inference processor X RerankByField tutorial needed Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

2 participants