From 070f04d02614afc29a97a3d1006645e0406ff8a7 Mon Sep 17 00:00:00 2001 From: Stefano Fiorucci Date: Sat, 10 Feb 2024 10:36:55 +0100 Subject: [PATCH 1/2] skip docs generation for the time being --- .github/workflows/fastembed.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/fastembed.yml b/.github/workflows/fastembed.yml index fe736029a..b3a97d4a2 100644 --- a/.github/workflows/fastembed.yml +++ b/.github/workflows/fastembed.yml @@ -37,9 +37,10 @@ jobs: if: matrix.python-version == '3.9' run: hatch run lint:all - - name: Generate docs - if: matrix.python-version == '3.9' && runner.os == 'Linux' - run: hatch run docs +# TODO: Add docs config and uncomment the following section +# - name: Generate docs +# if: matrix.python-version == '3.9' && runner.os == 'Linux' +# run: hatch run docs - name: Run tests run: hatch run cov From 2842ff9ed51823abce0d2ee940440eb921528827 Mon Sep 17 00:00:00 2001 From: Stefano Fiorucci Date: Sat, 10 Feb 2024 10:38:08 +0100 Subject: [PATCH 2/2] Update README.md --- integrations/fastembed/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/fastembed/README.md b/integrations/fastembed/README.md index fc442ece4..94a86d85e 100644 --- a/integrations/fastembed/README.md +++ b/integrations/fastembed/README.md @@ -18,7 +18,7 @@ pip install fastembed-haystack ## Usage -You can use `FastembedTextEmbedder` and `JinaDocumentEmbedder` by importing as: +You can use `FastembedTextEmbedder` and `FastembedDocumentEmbedder` by importing as: ```python from fastembed_haystack.fastembed_text_embedder import FastembedTextEmbedder