qdrant-haystack 8.1.0__py3-none-any.whl → 9.1.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.

@@ -1,13 +1,14 @@
1
- import logging
1
+ import logging as python_logging
2
2
  import time
3
3
 
4
+ from haystack import logging
4
5
  from qdrant_client.http import models
5
6
 
6
7
  from haystack_integrations.document_stores.qdrant import QdrantDocumentStore
7
8
 
8
9
  logger = logging.getLogger(__name__)
9
- logger.addHandler(logging.StreamHandler())
10
- logger.setLevel(logging.INFO)
10
+ logger.addHandler(python_logging.StreamHandler())
11
+ logger.setLevel(python_logging.INFO)
11
12
 
12
13
 
13
14
  def migrate_to_sparse_embeddings_support(old_document_store: QdrantDocumentStore, new_index: str):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: qdrant-haystack
3
- Version: 8.1.0
3
+ Version: 9.1.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
@@ -18,7 +18,7 @@ Classifier: Programming Language :: Python :: 3.12
18
18
  Classifier: Programming Language :: Python :: Implementation :: CPython
19
19
  Classifier: Programming Language :: Python :: Implementation :: PyPy
20
20
  Requires-Python: >=3.9
21
- Requires-Dist: haystack-ai
21
+ Requires-Dist: haystack-ai>=2.11.0
22
22
  Requires-Dist: qdrant-client>=1.10.0
23
23
  Description-Content-Type: text/markdown
24
24
 
@@ -1,11 +1,11 @@
1
1
  haystack_integrations/components/retrievers/qdrant/__init__.py,sha256=AE1hdw4sqb0rTSqfAxKCRUOZVE8gbHdQ1wDccdN86hc,313
2
- haystack_integrations/components/retrievers/qdrant/retriever.py,sha256=VsQVsvf79imTCdWUKikUxpjczl5oxOV64a91aGXZwpE,21997
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
- haystack_integrations/document_stores/qdrant/converters.py,sha256=ndFZjMjweJJDyC_994zDX4BGhGcW1SfLf79zBeyUits,3192
5
- haystack_integrations/document_stores/qdrant/document_store.py,sha256=Ir5caEvPDn_YaqXdY9nm6LuCGwXv2QsqY3ErizHrQ6I,42860
4
+ haystack_integrations/document_stores/qdrant/converters.py,sha256=iVhAZ7wdRxRjfLVMHB1JdAhn7LpU5bwza1obGmEePWU,2506
5
+ haystack_integrations/document_stores/qdrant/document_store.py,sha256=EPlz5O0VMoNUO0wgECLnmzRnhjCogd0WxUux9pt9dLQ,70012
6
6
  haystack_integrations/document_stores/qdrant/filters.py,sha256=Nv_eKIYKwUWvldJfa0omfFQ0kgqi6L3DUFeMuIWziOY,11751
7
- haystack_integrations/document_stores/qdrant/migrate_to_sparse.py,sha256=yhZr4GB6N1S-Ikzl52hpuZt2aHNIb4leqFDhVMU3Uho,4910
8
- qdrant_haystack-8.1.0.dist-info/METADATA,sha256=i64F7-YjiwGSMMZBMl2liBHPpIzptjmBooHuxMjBq2Q,1864
9
- qdrant_haystack-8.1.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
10
- qdrant_haystack-8.1.0.dist-info/licenses/LICENSE.txt,sha256=B05uMshqTA74s-0ltyHKI6yoPfJ3zYgQbvcXfDVGFf8,10280
11
- qdrant_haystack-8.1.0.dist-info/RECORD,,
7
+ haystack_integrations/document_stores/qdrant/migrate_to_sparse.py,sha256=2xyet1fhy2lpVTs3E75f7oR521zcjT6U2jHd4pLLgKM,4971
8
+ qdrant_haystack-9.1.0.dist-info/METADATA,sha256=dh9TfZTQkY5i8ZCBy8jPoD72qZ62BoFoZINMAwqGFFo,1872
9
+ qdrant_haystack-9.1.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
10
+ qdrant_haystack-9.1.0.dist-info/licenses/LICENSE.txt,sha256=B05uMshqTA74s-0ltyHKI6yoPfJ3zYgQbvcXfDVGFf8,10280
11
+ qdrant_haystack-9.1.0.dist-info/RECORD,,