File tree Expand file tree Collapse file tree
src/couchbase_haystack/document_stores
tests/search_document_store Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,7 +80,6 @@ class CouchbaseClusterOptions(dict):
8080 @overload
8181 def __init__ (
8282 self ,
83- * ,
8483 profile : Optional [KnownConfigProfiles ] = None ,
8584 # timeout_options
8685 bootstrap_timeout : Optional [timedelta ] = None ,
Original file line number Diff line number Diff line change 22
33import pytest
44from couchbase import search
5+ from haystack import Pipeline
6+ from haystack .components .embedders import SentenceTransformersTextEmbedder
7+ from haystack .dataclasses import Document
8+
59from couchbase_haystack import (
610 CouchbaseSearchDocumentStore ,
711 CouchbaseSearchEmbeddingRetriever ,
812 CouchbasePasswordAuthenticator ,
913)
10- from haystack import Pipeline
11- from haystack .components .embedders import SentenceTransformersTextEmbedder
12- from haystack .dataclasses import Document
13-
1414from tests .common .common import IS_GLOBAL_LEVEL_INDEX
1515
1616
You can’t perform that action at this time.
0 commit comments