Add Volcengine VikingDB as new vector provider (#9287)

This commit is contained in:
ice yao
2024-10-13 21:26:05 +08:00
committed by GitHub
parent 1ec83e4969
commit d15ba3939d
15 changed files with 627 additions and 3 deletions

73
api/poetry.lock generated
View File

@@ -2038,6 +2038,17 @@ packaging = ">=17.0"
pandas = ">=0.24.2"
pyarrow = ">=3.0.0"
[[package]]
name = "decorator"
version = "5.1.1"
description = "Decorators for Humans"
optional = false
python-versions = ">=3.5"
files = [
{file = "decorator-5.1.1-py3-none-any.whl", hash = "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186"},
{file = "decorator-5.1.1.tar.gz", hash = "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330"},
]
[[package]]
name = "defusedxml"
version = "0.7.1"
@@ -3027,6 +3038,20 @@ files = [
docs = ["sphinx (>=4)", "sphinx-rtd-theme (>=1)"]
tests = ["cython", "hypothesis", "mpmath", "pytest", "setuptools"]
[[package]]
name = "google"
version = "3.0.0"
description = "Python bindings to the Google search engine."
optional = false
python-versions = "*"
files = [
{file = "google-3.0.0-py2.py3-none-any.whl", hash = "sha256:889cf695f84e4ae2c55fbc0cfdaf4c1e729417fa52ab1db0485202ba173e4935"},
{file = "google-3.0.0.tar.gz", hash = "sha256:143530122ee5130509ad5e989f0512f7cb218b2d4eddbafbad40fd10e8d8ccbe"},
]
[package.dependencies]
beautifulsoup4 = "*"
[[package]]
name = "google-ai-generativelanguage"
version = "0.6.9"
@@ -6670,6 +6695,17 @@ files = [
{file = "psycopg2_binary-2.9.9-cp39-cp39-win_amd64.whl", hash = "sha256:f7ae5d65ccfbebdfa761585228eb4d0df3a8b15cfb53bd953e713e09fbb12957"},
]
[[package]]
name = "py"
version = "1.11.0"
description = "library with cross-python path, ini-parsing, io, code, log facilities"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
files = [
{file = "py-1.11.0-py2.py3-none-any.whl", hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378"},
{file = "py-1.11.0.tar.gz", hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719"},
]
[[package]]
name = "py-cpuinfo"
version = "9.0.0"
@@ -8012,6 +8048,21 @@ files = [
[package.dependencies]
requests = "2.31.0"
[[package]]
name = "retry"
version = "0.9.2"
description = "Easy to use retry decorator."
optional = false
python-versions = "*"
files = [
{file = "retry-0.9.2-py2.py3-none-any.whl", hash = "sha256:ccddf89761fa2c726ab29391837d4327f819ea14d244c232a1d24c67a2f98606"},
{file = "retry-0.9.2.tar.gz", hash = "sha256:f8bfa8b99b69c4506d6f5bd3b0aabf77f98cdb17f3c9fc3f5ca820033336fba4"},
]
[package.dependencies]
decorator = ">=3.4.2"
py = ">=1.4.26,<2.0.0"
[[package]]
name = "rich"
version = "13.9.2"
@@ -9829,6 +9880,26 @@ files = [
{file = "vine-5.1.0.tar.gz", hash = "sha256:8b62e981d35c41049211cf62a0a1242d8c1ee9bd15bb196ce38aefd6799e61e0"},
]
[[package]]
name = "volcengine-compat"
version = "1.0.156"
description = "Be Compatible with the Volcengine SDK for Python, The version of package dependencies has been modified. like pycryptodome, pytz."
optional = false
python-versions = "*"
files = [
{file = "volcengine_compat-1.0.156-py3-none-any.whl", hash = "sha256:4abc149a7601ebad8fa2d28fab50c7945145cf74daecb71bca797b0bdc82c5a5"},
{file = "volcengine_compat-1.0.156.tar.gz", hash = "sha256:e357d096828e31a202dc6047bbc5bf6fff3f54a98cd35a99ab5f965ea741a267"},
]
[package.dependencies]
google = ">=3.0.0"
protobuf = ">=3.18.3"
pycryptodome = ">=3.9.9"
pytz = ">=2020.5"
requests = ">=2.25.1"
retry = ">=0.9.2"
six = ">=1.0"
[[package]]
name = "volcengine-python-sdk"
version = "1.0.103"
@@ -10636,4 +10707,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.10,<3.13"
content-hash = "375ac3a91760513924647e67376cb6018505ec61d967651b254c68af9808d774"
content-hash = "edb5e3b0d50e84a239224cc77f3f615fdbdd6b504bce5b1075b29363f3054957"