Skip to content

Commit 715ffcb

Browse files
docs: OpenSearchHybridRetrieval updating most common position in a pipeline (#11829)
1 parent 40f04ac commit 715ffcb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs-website/docs/pipeline-components/retrievers/opensearchhybridretriever.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A Hybrid Retriever uses both traditional keyword-based search (such as BM25) and
1515

1616
| | |
1717
| --- | --- |
18-
| Most common position in a pipeline | After an [OpenSearchDocumentStore](../../document-stores/opensearch-document-store.mdx) |
18+
| Most common position in a pipeline | 1. After a TextEmbedder and before a PromptBuilder in a RAG pipeline 2. The last component in a hybrid search pipeline 3. After a TextEmbedder and before an ExtractiveReader in an extractive QA pipeline |
1919
| Mandatory init variables | `document_store`: An instance of `OpenSearchDocumentStore` to use for retrieval <br /> <br />`embedder`: Any [Embedder](../embedders.mdx) implementing the `TextEmbedder` protocol |
2020
| Mandatory run variables | `query`: A query string |
2121
| Output variables | `documents`: A list of documents matching the query |

docs-website/versioned_docs/version-2.30/pipeline-components/retrievers/opensearchhybridretriever.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A Hybrid Retriever uses both traditional keyword-based search (such as BM25) and
1515

1616
| | |
1717
| --- | --- |
18-
| Most common position in a pipeline | After an [OpenSearchDocumentStore](../../document-stores/opensearch-document-store.mdx) |
18+
| Most common position in a pipeline | 1. After a TextEmbedder and before a PromptBuilder in a RAG pipeline 2. The last component in a hybrid search pipeline 3. After a TextEmbedder and before an ExtractiveReader in an extractive QA pipeline |
1919
| Mandatory init variables | `document_store`: An instance of `OpenSearchDocumentStore` to use for retrieval <br /> <br />`embedder`: Any [Embedder](../embedders.mdx) implementing the `TextEmbedder` protocol |
2020
| Mandatory run variables | `query`: A query string |
2121
| Output variables | `documents`: A list of documents matching the query |

0 commit comments

Comments
 (0)