llama-index-vector-stores-opensearch 0.5.6__tar.gz → 0.6.0__tar.gz
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-0.5.6 → llama_index_vector_stores_opensearch-0.6.0}/PKG-INFO +2 -2
- {llama_index_vector_stores_opensearch-0.5.6 → llama_index_vector_stores_opensearch-0.6.0}/pyproject.toml +2 -2
- {llama_index_vector_stores_opensearch-0.5.6 → llama_index_vector_stores_opensearch-0.6.0}/.gitignore +0 -0
- {llama_index_vector_stores_opensearch-0.5.6 → llama_index_vector_stores_opensearch-0.6.0}/LICENSE +0 -0
- {llama_index_vector_stores_opensearch-0.5.6 → llama_index_vector_stores_opensearch-0.6.0}/README.md +0 -0
- {llama_index_vector_stores_opensearch-0.5.6 → llama_index_vector_stores_opensearch-0.6.0}/llama_index/py.typed +0 -0
- {llama_index_vector_stores_opensearch-0.5.6 → llama_index_vector_stores_opensearch-0.6.0}/llama_index/vector_stores/opensearch/__init__.py +0 -0
- {llama_index_vector_stores_opensearch-0.5.6 → llama_index_vector_stores_opensearch-0.6.0}/llama_index/vector_stores/opensearch/base.py +0 -0
{llama_index_vector_stores_opensearch-0.5.6 → llama_index_vector_stores_opensearch-0.6.0}/PKG-INFO
RENAMED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: llama-index-vector-stores-opensearch
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.6.0
|
|
4
4
|
Summary: llama-index vector_stores opensearch integration
|
|
5
5
|
Author-email: Your Name <you@example.com>
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
License-File: LICENSE
|
|
8
8
|
Requires-Python: <4.0,>=3.9
|
|
9
|
-
Requires-Dist: llama-index-core<0.
|
|
9
|
+
Requires-Dist: llama-index-core<0.14,>=0.13.0
|
|
10
10
|
Requires-Dist: opensearch-py[async]<3,>=2.4.2
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
12
|
|
|
@@ -27,14 +27,14 @@ dev = [
|
|
|
27
27
|
|
|
28
28
|
[project]
|
|
29
29
|
name = "llama-index-vector-stores-opensearch"
|
|
30
|
-
version = "0.
|
|
30
|
+
version = "0.6.0"
|
|
31
31
|
description = "llama-index vector_stores opensearch integration"
|
|
32
32
|
authors = [{name = "Your Name", email = "you@example.com"}]
|
|
33
33
|
requires-python = ">=3.9,<4.0"
|
|
34
34
|
readme = "README.md"
|
|
35
35
|
license = "MIT"
|
|
36
36
|
dependencies = [
|
|
37
|
-
"llama-index-core>=0.
|
|
37
|
+
"llama-index-core>=0.13.0,<0.14",
|
|
38
38
|
"opensearch-py[async]>=2.4.2,<3",
|
|
39
39
|
]
|
|
40
40
|
|
{llama_index_vector_stores_opensearch-0.5.6 → llama_index_vector_stores_opensearch-0.6.0}/.gitignore
RENAMED
|
File without changes
|
{llama_index_vector_stores_opensearch-0.5.6 → llama_index_vector_stores_opensearch-0.6.0}/LICENSE
RENAMED
|
File without changes
|
{llama_index_vector_stores_opensearch-0.5.6 → llama_index_vector_stores_opensearch-0.6.0}/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|