-
Notifications
You must be signed in to change notification settings - Fork 122
Closed
Description
In this documentation page, which exists in the file in the repo, there is a wrong import of Pipeline in the example that elaborates using DocumentWriter with CouchbaseDocumentStore:
from haystack import Document
from haystack.components.embedders import SentenceTransformersDocumentEmbedder
from haystack.components.writers import DocumentWriter
**from haystack.pipeline import Pipeline**
from haystack.utils.auth import Secret
from couchbase_haystack import CouchbaseSearchDocumentStore, CouchbasePasswordAuthenticator
The links at the end of the page are also broken.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels