diff --git a/integrations/fastembed.md b/integrations/fastembed.md index e8fc8763..a3d74d64 100644 --- a/integrations/fastembed.md +++ b/integrations/fastembed.md @@ -80,6 +80,8 @@ query = "Who supports fastembed?" result = query_pipeline.run({"text_embedder": {"text": query}}) ``` +For a more detailed example, see this [notebook](https://github.com/deepset-ai/haystack-cookbook/blob/main/notebooks/rag_fastembed.ipynb). + ### Example with sparse embeddings Currently, Sparse Embedding retrieval is only supported by `QdrantDocumentStore`. You can install the package as follows: @@ -121,6 +123,8 @@ query = "Who supports fastembed?" result = query_pipeline.run({"sparse_text_embedder": {"text": query}}) ``` +For a more detailed example, see this [notebook](https://github.com/deepset-ai/haystack-cookbook/blob/main/notebooks/sparse_embedding_retrieval.ipynb). + ### License `fastembed-haystack` is distributed under the terms of the [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) license.