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 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