You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new retrieval method (e.g. _inference_dense_retrieval) that takes query text (and optional inference_id), calls the ES inference API to obtain the query vector, then runs kNN using the existing dense vector index.
New retriever component: input query (text); calls the document store’s inference-based dense retrieval method.