qdrant-haystack 3.7.0__py3-none-any.whl → 3.8.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of qdrant-haystack might be problematic. Click here for more details.
- haystack_integrations/document_stores/qdrant/document_store.py +3 -0
- {qdrant_haystack-3.7.0.dist-info → qdrant_haystack-3.8.0.dist-info}/METADATA +1 -1
- {qdrant_haystack-3.7.0.dist-info → qdrant_haystack-3.8.0.dist-info}/RECORD +5 -5
- {qdrant_haystack-3.7.0.dist-info → qdrant_haystack-3.8.0.dist-info}/WHEEL +0 -0
- {qdrant_haystack-3.7.0.dist-info → qdrant_haystack-3.8.0.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -68,6 +68,7 @@ class QdrantDocumentStore:
|
|
|
68
68
|
timeout: Optional[int] = None,
|
|
69
69
|
host: Optional[str] = None,
|
|
70
70
|
path: Optional[str] = None,
|
|
71
|
+
force_disable_check_same_thread: bool = False,
|
|
71
72
|
index: str = "Document",
|
|
72
73
|
embedding_dim: int = 768,
|
|
73
74
|
on_disk: bool = False,
|
|
@@ -109,6 +110,7 @@ class QdrantDocumentStore:
|
|
|
109
110
|
self.timeout = timeout
|
|
110
111
|
self.host = host
|
|
111
112
|
self.path = path
|
|
113
|
+
self.force_disable_check_same_thread = force_disable_check_same_thread
|
|
112
114
|
self.metadata = metadata or {}
|
|
113
115
|
self.api_key = api_key
|
|
114
116
|
|
|
@@ -155,6 +157,7 @@ class QdrantDocumentStore:
|
|
|
155
157
|
host=self.host,
|
|
156
158
|
path=self.path,
|
|
157
159
|
metadata=self.metadata,
|
|
160
|
+
force_disable_check_same_thread=self.force_disable_check_same_thread,
|
|
158
161
|
)
|
|
159
162
|
# Make sure the collection is properly set up
|
|
160
163
|
self._set_up_collection(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: qdrant-haystack
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.8.0
|
|
4
4
|
Summary: An integration of Qdrant ANN vector database backend with Haystack
|
|
5
5
|
Project-URL: Source, https://github.com/deepset-ai/haystack-core-integrations
|
|
6
6
|
Project-URL: Documentation, https://github.com/deepset-ai/haystack-core-integrations/blob/main/integrations/qdrant/README.md
|
|
@@ -2,10 +2,10 @@ haystack_integrations/components/retrievers/qdrant/__init__.py,sha256=IRjcM4f8b5
|
|
|
2
2
|
haystack_integrations/components/retrievers/qdrant/retriever.py,sha256=r416_a7_6l7ehfPLdFtyHncsPrHj3mFCyROeJJF9rwM,13463
|
|
3
3
|
haystack_integrations/document_stores/qdrant/__init__.py,sha256=kUGc5uewqArhmVR-JqB_NmJ4kNkTIQIvYDNSoO2ELn0,302
|
|
4
4
|
haystack_integrations/document_stores/qdrant/converters.py,sha256=oSO2YlsWEQbcw9CPlWfSg_HoTZlnkAhZw_6VlYWzKKs,2525
|
|
5
|
-
haystack_integrations/document_stores/qdrant/document_store.py,sha256=
|
|
5
|
+
haystack_integrations/document_stores/qdrant/document_store.py,sha256=B8oR4621IrnXKKvYycP7CLUmo8T5xK48Lmk3bDErzIs,26567
|
|
6
6
|
haystack_integrations/document_stores/qdrant/filters.py,sha256=0w70Wa3Za1fNdbJ5O95sZDIpXfblJG_sBBUv0JTQ0-o,8337
|
|
7
7
|
haystack_integrations/document_stores/qdrant/migrate_to_sparse.py,sha256=i6wBC_9_JVzYZtqKm3dhHKTxhwNdcAdpgki8GABDp1c,4909
|
|
8
|
-
qdrant_haystack-3.
|
|
9
|
-
qdrant_haystack-3.
|
|
10
|
-
qdrant_haystack-3.
|
|
11
|
-
qdrant_haystack-3.
|
|
8
|
+
qdrant_haystack-3.8.0.dist-info/METADATA,sha256=FsZssukO3zv1nkdEhOHiz-sLBrk41Ta9u64mWuZC_Ec,1862
|
|
9
|
+
qdrant_haystack-3.8.0.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
|
|
10
|
+
qdrant_haystack-3.8.0.dist-info/licenses/LICENSE.txt,sha256=B05uMshqTA74s-0ltyHKI6yoPfJ3zYgQbvcXfDVGFf8,10280
|
|
11
|
+
qdrant_haystack-3.8.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|