llama-index-vector-stores-opensearch 0.0.1__py3-none-any.whl → 0.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.

Potentially problematic release.


This version of llama-index-vector-stores-opensearch might be problematic. Click here for more details.

@@ -0,0 +1 @@
1
+ python_sources()
@@ -1,4 +1,3 @@
1
1
  from llama_index.vector_stores.opensearch.base import OpensearchVectorStore
2
2
 
3
-
4
3
  __all__ = ["OpensearchVectorStore"]
@@ -3,10 +3,6 @@ import json
3
3
  import uuid
4
4
  from typing import Any, Dict, Iterable, List, Optional, Union, cast
5
5
 
6
- from opensearchpy import OpenSearch
7
- from opensearchpy.helpers import bulk
8
- from opensearchpy.exceptions import NotFoundError
9
-
10
6
  from llama_index.core.schema import BaseNode, MetadataMode, TextNode
11
7
  from llama_index.core.vector_stores.types import (
12
8
  MetadataFilters,
@@ -19,6 +15,9 @@ from llama_index.core.vector_stores.utils import (
19
15
  metadata_dict_to_node,
20
16
  node_to_metadata_dict,
21
17
  )
18
+ from opensearchpy import OpenSearch
19
+ from opensearchpy.exceptions import NotFoundError
20
+ from opensearchpy.helpers import bulk
22
21
 
23
22
  IMPORT_OPENSEARCH_PY_ERROR = (
24
23
  "Could not import OpenSearch. Please install it with `pip install opensearch-py`."
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: llama-index-vector-stores-opensearch
3
- Version: 0.0.1
3
+ Version: 0.1.1
4
4
  Summary: llama-index vector_stores opensearch integration
5
5
  License: MIT
6
6
  Author: Your Name
@@ -11,7 +11,7 @@ Classifier: Programming Language :: Python :: 3
11
11
  Classifier: Programming Language :: Python :: 3.9
12
12
  Classifier: Programming Language :: Python :: 3.10
13
13
  Classifier: Programming Language :: Python :: 3.11
14
- Requires-Dist: llama-index-core (>=0.9.32,<0.10.0)
14
+ Requires-Dist: llama-index-core (>=0.10.1,<0.11.0)
15
15
  Requires-Dist: opensearch-py (>=2.4.2,<3.0.0)
16
16
  Description-Content-Type: text/markdown
17
17
 
@@ -0,0 +1,6 @@
1
+ llama_index/vector_stores/opensearch/BUILD,sha256=Nf7BYWWe1USoFEIsIiEVZ8sa05J5FPkMJ-UIMDLrU8o,17
2
+ llama_index/vector_stores/opensearch/__init__.py,sha256=XPMyPQo3r1PJJTxeQdx9o9G_joIHW8m0u3bEVP0S9-o,113
3
+ llama_index/vector_stores/opensearch/base.py,sha256=ohHZzOn3XAb3rXNFTq6YC6fNuGgQuKMdHIwPY0f2Wmo,15115
4
+ llama_index_vector_stores_opensearch-0.1.1.dist-info/METADATA,sha256=o27W__-hgDbepZlacQuZyZlqXwk-TJHVOHNFYpW40UY,671
5
+ llama_index_vector_stores_opensearch-0.1.1.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
6
+ llama_index_vector_stores_opensearch-0.1.1.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- llama_index/vector_stores/opensearch/__init__.py,sha256=5WCfwiYV5h64o_ELim6KytJIJGybX8d0mmqEkADZ7Uo,114
2
- llama_index/vector_stores/opensearch/base.py,sha256=K6S_u74lGvtrULM1skvhMD0FxOEZFIy6qyQPyLfHhzA,15116
3
- llama_index_vector_stores_opensearch-0.0.1.dist-info/METADATA,sha256=2gFIFdXzPdrwQroiFHXCqRQSBvgRivdtUoVGgiu1nB0,671
4
- llama_index_vector_stores_opensearch-0.0.1.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
5
- llama_index_vector_stores_opensearch-0.0.1.dist-info/RECORD,,