qdrant-haystack 9.1.0__py3-none-any.whl → 9.1.1__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.
- haystack_integrations/document_stores/qdrant/document_store.py +3 -3
- {qdrant_haystack-9.1.0.dist-info → qdrant_haystack-9.1.1.dist-info}/METADATA +2 -1
- {qdrant_haystack-9.1.0.dist-info → qdrant_haystack-9.1.1.dist-info}/RECORD +5 -5
- {qdrant_haystack-9.1.0.dist-info → qdrant_haystack-9.1.1.dist-info}/WHEEL +0 -0
- {qdrant_haystack-9.1.0.dist-info → qdrant_haystack-9.1.1.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -1511,9 +1511,9 @@ class QdrantDocumentStore:
|
|
|
1511
1511
|
for document in documents:
|
|
1512
1512
|
if document.id in _hash_ids:
|
|
1513
1513
|
logger.info(
|
|
1514
|
-
"Duplicate Documents: Document with id '
|
|
1515
|
-
document.id,
|
|
1516
|
-
self.index,
|
|
1514
|
+
"Duplicate Documents: Document with id '{document_id}' already exists in index '{index}'",
|
|
1515
|
+
document_id=document.id,
|
|
1516
|
+
index=self.index,
|
|
1517
1517
|
)
|
|
1518
1518
|
continue
|
|
1519
1519
|
_documents.append(document)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: qdrant-haystack
|
|
3
|
-
Version: 9.1.
|
|
3
|
+
Version: 9.1.1
|
|
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
|
|
@@ -15,6 +15,7 @@ Classifier: Programming Language :: Python :: 3.9
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.10
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.11
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.12
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
18
19
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
19
20
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
20
21
|
Requires-Python: >=3.9
|
|
@@ -2,10 +2,10 @@ haystack_integrations/components/retrievers/qdrant/__init__.py,sha256=AE1hdw4sqb
|
|
|
2
2
|
haystack_integrations/components/retrievers/qdrant/retriever.py,sha256=IKl3gHaOhDiwIgPsQm1fTBkgSPPd5OIl3XXFevnVJvk,29100
|
|
3
3
|
haystack_integrations/document_stores/qdrant/__init__.py,sha256=kUGc5uewqArhmVR-JqB_NmJ4kNkTIQIvYDNSoO2ELn0,302
|
|
4
4
|
haystack_integrations/document_stores/qdrant/converters.py,sha256=iVhAZ7wdRxRjfLVMHB1JdAhn7LpU5bwza1obGmEePWU,2506
|
|
5
|
-
haystack_integrations/document_stores/qdrant/document_store.py,sha256=
|
|
5
|
+
haystack_integrations/document_stores/qdrant/document_store.py,sha256=a56IX_7mfESF8T4tj4Ew9aripvTkui-sl9FXCl3E1jc,70046
|
|
6
6
|
haystack_integrations/document_stores/qdrant/filters.py,sha256=Nv_eKIYKwUWvldJfa0omfFQ0kgqi6L3DUFeMuIWziOY,11751
|
|
7
7
|
haystack_integrations/document_stores/qdrant/migrate_to_sparse.py,sha256=2xyet1fhy2lpVTs3E75f7oR521zcjT6U2jHd4pLLgKM,4971
|
|
8
|
-
qdrant_haystack-9.1.
|
|
9
|
-
qdrant_haystack-9.1.
|
|
10
|
-
qdrant_haystack-9.1.
|
|
11
|
-
qdrant_haystack-9.1.
|
|
8
|
+
qdrant_haystack-9.1.1.dist-info/METADATA,sha256=6zapHfuuI12SdXaFjpW5atJ8GKfZ6EXo_AVLGT5GT7s,1923
|
|
9
|
+
qdrant_haystack-9.1.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
10
|
+
qdrant_haystack-9.1.1.dist-info/licenses/LICENSE.txt,sha256=B05uMshqTA74s-0ltyHKI6yoPfJ3zYgQbvcXfDVGFf8,10280
|
|
11
|
+
qdrant_haystack-9.1.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|