elasticsearch-haystack 0.1.0__py3-none-any.whl → 0.1.2__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 elasticsearch-haystack might be problematic. Click here for more details.

@@ -263,7 +263,7 @@ class ElasticsearchDocumentStore:
263
263
  "query": query,
264
264
  "fuzziness": fuzziness,
265
265
  "type": "most_fields",
266
- "operator": "AND",
266
+ "operator": "OR",
267
267
  }
268
268
  }
269
269
  ]
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: elasticsearch-haystack
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: Haystack 2.x Document Store for ElasticSearch
5
- Project-URL: Documentation, https://github.com/deepset-ai/haystack-core-integrations/tree/main/document_stores/elasticsearch#readme
5
+ Project-URL: Documentation, https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/elasticsearch#readme
6
6
  Project-URL: Issues, https://github.com/deepset-ai/haystack-core-integrations/issues
7
- Project-URL: Source, https://github.com/deepset-ai/haystack-core-integrations/tree/main/document_stores/elasticsearch
7
+ Project-URL: Source, https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/elasticsearch
8
8
  Author-email: Silvano Cerza <silvanocerza@gmail.com>
9
9
  License-Expression: Apache-2.0
10
10
  License-File: LICENSE
@@ -21,7 +21,7 @@ Requires-Dist: elasticsearch<9,>=8
21
21
  Requires-Dist: haystack-ai
22
22
  Description-Content-Type: text/markdown
23
23
 
24
- [![test](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/document_stores_elasticsearch.yml/badge.svg)](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/document_stores_elasticsearch.yml)
24
+ [![test](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/elasticsearch.yml/badge.svg)](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/elasticsearch.yml)
25
25
 
26
26
  [![PyPI - Version](https://img.shields.io/pypi/v/elasticsearch-haystack.svg)](https://pypi.org/project/elasticsearch-haystack)
27
27
  [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/elasticsearch-haystack.svg)](https://pypi.org/project/elasticsearch-haystack)
@@ -0,0 +1,9 @@
1
+ elasticsearch_haystack/__init__.py,sha256=g4FvBDxgCM32ZF9JwRne61b3yhs5-KA9qLta-YtMCQE,229
2
+ elasticsearch_haystack/bm25_retriever.py,sha256=G6jym0hdIloJyUM9vc1hfrSkIb-XAWhh_BMgHyH-PaM,1974
3
+ elasticsearch_haystack/document_store.py,sha256=EcYH01dc05sK3cAKVjjdiAmAXks3ae2yxAJqHJsqFRM,13836
4
+ elasticsearch_haystack/embedding_retriever.py,sha256=MZs65io8VTZCNtwMetjt19IvIFtzv70VznNws9ipe1U,3264
5
+ elasticsearch_haystack/filters.py,sha256=L1tN7YCIDuNdhGrBQdPoqXFk37x__2-K038xZ6PRdNQ,9923
6
+ elasticsearch_haystack-0.1.2.dist-info/METADATA,sha256=OgYQtJDjlkL9yfqZfO8i4Tb01ZRp7NVsqQnFxgVqG9M,2105
7
+ elasticsearch_haystack-0.1.2.dist-info/WHEEL,sha256=mRYSEL3Ih6g5a_CVMIcwiF__0Ae4_gLYh01YFNwiq1k,87
8
+ elasticsearch_haystack-0.1.2.dist-info/licenses/LICENSE,sha256=_M2kulivnaiTHiW-5CRlZrPmH47tt04pBgAgeDvfYi4,11342
9
+ elasticsearch_haystack-0.1.2.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.18.0
2
+ Generator: hatchling 1.21.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -1,4 +0,0 @@
1
- # SPDX-FileCopyrightText: 2023-present deepset GmbH <info@deepset.ai>
2
- #
3
- # SPDX-License-Identifier: Apache-2.0
4
- __version__ = "0.1.0"
@@ -1,10 +0,0 @@
1
- elasticsearch_haystack/__about__.py,sha256=vXSRyyUabMchfzfB3HHK0VT4xUqM-dgcdl_chMP_akc,132
2
- elasticsearch_haystack/__init__.py,sha256=g4FvBDxgCM32ZF9JwRne61b3yhs5-KA9qLta-YtMCQE,229
3
- elasticsearch_haystack/bm25_retriever.py,sha256=G6jym0hdIloJyUM9vc1hfrSkIb-XAWhh_BMgHyH-PaM,1974
4
- elasticsearch_haystack/document_store.py,sha256=oHWNBQOOtg66YrOikJBo0eDCbBOm9TZxfhxjezgyRUc,13837
5
- elasticsearch_haystack/embedding_retriever.py,sha256=MZs65io8VTZCNtwMetjt19IvIFtzv70VznNws9ipe1U,3264
6
- elasticsearch_haystack/filters.py,sha256=L1tN7YCIDuNdhGrBQdPoqXFk37x__2-K038xZ6PRdNQ,9923
7
- elasticsearch_haystack-0.1.0.dist-info/METADATA,sha256=mJwDE7nJrs292j1VXxTfq_KztctWJCbh3xRcBzRFGkM,2143
8
- elasticsearch_haystack-0.1.0.dist-info/WHEEL,sha256=9QBuHhg6FNW7lppboF2vKVbCGTVzsFykgRQjjlajrhA,87
9
- elasticsearch_haystack-0.1.0.dist-info/licenses/LICENSE,sha256=_M2kulivnaiTHiW-5CRlZrPmH47tt04pBgAgeDvfYi4,11342
10
- elasticsearch_haystack-0.1.0.dist-info/RECORD,,