elastic / elasticsearch-labs

Notebooks & Example Apps for Search & AI Applications with Elasticsearch
https://www.elastic.co/search-labs
Apache License 2.0
587 stars 142 forks source link

Guides and examples for 2nd phase retrieval #88

Open joemcelroy opened 11 months ago

joemcelroy commented 11 months ago

Providing examples on how to re-rank using:

wenestam commented 11 months ago

Great suggestion.

Similar to how embedding pipelines can be added: https://www.elastic.co/guide/en/machine-learning/current/ml-nlp-text-emb-vector-search-example.html

or here:

https://www.elastic.co/search-labs/how-to-deploy-nlp-text-embeddings-and-vector-search

It would be cool to utilize the machine learning instance for re-ranking. Similarly, you could bring your own model via hugging face by installing it through the Eland Docker agent (as in the later link).

serenachou commented 5 months ago

cc @joshdevins @leemthompo related to our conversation around guides and documentation for reranking

joshdevins commented 5 months ago

Yeah we should coordinate on this. We have some plans for documentation around this as well so let's make sure they are all talking about the same things.