llama-index-vector-stores-opensearch 0.5.1__py3-none-any.whl → 0.5.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 llama-index-vector-stores-opensearch might be problematic. Click here for more details.
- llama_index/vector_stores/opensearch/base.py +1 -1
- {llama_index_vector_stores_opensearch-0.5.1.dist-info → llama_index_vector_stores_opensearch-0.5.2.dist-info}/METADATA +1 -1
- llama_index_vector_stores_opensearch-0.5.2.dist-info/RECORD +6 -0
- llama_index_vector_stores_opensearch-0.5.1.dist-info/RECORD +0 -6
- {llama_index_vector_stores_opensearch-0.5.1.dist-info → llama_index_vector_stores_opensearch-0.5.2.dist-info}/WHEEL +0 -0
|
@@ -634,7 +634,7 @@ class OpensearchVectorClient:
|
|
|
634
634
|
ef_enabled = False
|
|
635
635
|
else:
|
|
636
636
|
self._os_version = self._get_opensearch_version()
|
|
637
|
-
major, minor, patch = self.
|
|
637
|
+
major, minor, patch = self._os_version.split(".")
|
|
638
638
|
ef_enabled = int(major) >= 2 and int(minor) >= 9
|
|
639
639
|
return ef_enabled
|
|
640
640
|
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
llama_index/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
llama_index/vector_stores/opensearch/__init__.py,sha256=U1_XAkZb6zcskOk4s10NB8Tjs9AZRGdRQLzOGpbWdBA,176
|
|
3
|
+
llama_index/vector_stores/opensearch/base.py,sha256=r6Ru-FjOrlLGo5klJnJxNdhz8F5SpVbRQr6ic8d_o70,37951
|
|
4
|
+
llama_index_vector_stores_opensearch-0.5.2.dist-info/METADATA,sha256=liN4ebro3xeiq7is5dpYP29gEOQYeUVes5ZjWrnSWZg,726
|
|
5
|
+
llama_index_vector_stores_opensearch-0.5.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
6
|
+
llama_index_vector_stores_opensearch-0.5.2.dist-info/RECORD,,
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
llama_index/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
llama_index/vector_stores/opensearch/__init__.py,sha256=U1_XAkZb6zcskOk4s10NB8Tjs9AZRGdRQLzOGpbWdBA,176
|
|
3
|
-
llama_index/vector_stores/opensearch/base.py,sha256=o-G9Yvmv0N8lL8n8pfhIzfrg4wBaresGd5NLx8cJg38,37950
|
|
4
|
-
llama_index_vector_stores_opensearch-0.5.1.dist-info/METADATA,sha256=pnfaGQtxcN4ylj7WHVxA6gDaE_UMV93Mvx4DzXXPLg8,726
|
|
5
|
-
llama_index_vector_stores_opensearch-0.5.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
6
|
-
llama_index_vector_stores_opensearch-0.5.1.dist-info/RECORD,,
|
|
File without changes
|