Skip to content

Commit

Permalink
Change DuplicatePolicy import path (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
bilgeyucel authored Jan 18, 2024
1 parent e812f45 commit 2d9fec6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/blog/pdf-qa-application-with-bedrock/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ from haystack import Pipeline
from haystack.components.converters import PyPDFToDocument
from haystack.components.preprocessors import DocumentCleaner, DocumentSplitter
from haystack.components.writers import DocumentWriter
from haystack.document_stores import DuplicatePolicy
from haystack.document_stores.types import DuplicatePolicy
from haystack_integrations.document_stores.opensearch import OpenSearchDocumentStore

## Initialize the OpenSearchDocumentStore
Expand Down
2 changes: 1 addition & 1 deletion content/blog/using-jina-embeddings-haystack/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ from haystack.components.writers import DocumentWriter
from haystack.components.preprocessors import DocumentCleaner
from haystack.components.preprocessors import DocumentSplitter
from chroma_haystack.retriever import ChromaEmbeddingRetriever
from haystack.document_stores import DuplicatePolicy
from haystack.document_stores.types import DuplicatePolicy

from jina_haystack.document_embedder import JinaDocumentEmbedder
from jina_haystack.text_embedder import JinaTextEmbedder
Expand Down

1 comment on commit 2d9fec6

@vercel
Copy link

@vercel vercel bot commented on 2d9fec6 Jan 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.