Skip to content

Commit

Permalink
Update text_embedder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 authored Dec 11, 2023
1 parent 9c7d805 commit e98b239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/jina/src/jina_haystack/text_embedder.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class JinaTextEmbedder:
Usage example:
```python
from haystack.components.embedders import JinaTextEmbedder
from jina_haystack import JinaTextEmbedder
text_to_embed = "I love pizza!"
Expand Down

0 comments on commit e98b239

Please sign in to comment.