Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Delgado <[email protected]>
  • Loading branch information
pmpailis and carlosdelest authored Nov 7, 2024
1 parent c11c47f commit 13341de
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ When using compound retrievers, only the query element is allowed, which enforce

Let's work through some examples to see how we can use and leverage retrievers to build an awesome search experience!

To show the full functionality, in this exercise, we'll assume that we have access to a reranker model through the inference service,
as well as access to Elser, for building semantic queries!
To show the full functionality, in this exercise, we'll assume that we have access to a <<semantic-reranking-models,reranker model>> through the inference service,
as well as access to <<infer-service-elser,ELSER>>, for building semantic queries!

So, first things first, let's start by setting up these services and have them in place for later use!

Expand Down

0 comments on commit 13341de

Please sign in to comment.