Skip to content

Commit

Permalink
Merge branch 'dev/fastembed' of https://github.com/nickprock/haystack…
Browse files Browse the repository at this point in the history
…-core-integrations into dev/fastembed
  • Loading branch information
nickprock committed Feb 10, 2024
2 parents a7bf308 + 2842ff9 commit 8ca6daf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/fastembed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion integrations/fastembed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ca6daf

Please sign in to comment.