Skip to content

Commit

Permalink
Merge branch 'main' into fix/docstrings-opensearch
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsbatista authored Mar 1, 2024
2 parents b9d7cd5 + b347b30 commit bf55e16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class OptimumDocumentEmbedder:
Usage example:
```python
from haystack.dataclasses import Document
from haystack_integrations.components.optimum.embedders import OptimumDocumentEmbedder
from haystack_integrations.components.embedders.optimum import OptimumDocumentEmbedder
doc = Document(content="I love pizza!")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class OptimumTextEmbedder:
Usage example:
```python
from haystack_integrations.components.optimum.embedders import OptimumTextEmbedder
from haystack_integrations.components.embedders.optimum import OptimumTextEmbedder
text_to_embed = "I love pizza!"
Expand Down

0 comments on commit bf55e16

Please sign in to comment.