|
|
@@ -3936,6 +3936,21 @@ files = [
|
|
|
llama-index-core = ">=0.12.0,<0.13.0"
|
|
|
openai = ">=1.1.0"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "llama-index-embeddings-voyageai"
|
|
|
+version = "0.3.1"
|
|
|
+description = "llama-index embeddings voyageai integration"
|
|
|
+optional = false
|
|
|
+python-versions = "<4.0,>=3.9"
|
|
|
+files = [
|
|
|
+ {file = "llama_index_embeddings_voyageai-0.3.1-py3-none-any.whl", hash = "sha256:f0e0b327ab21669a2b0501f207a6862f7a0b0a115bff15b6ceac712273a6fa03"},
|
|
|
+ {file = "llama_index_embeddings_voyageai-0.3.1.tar.gz", hash = "sha256:cfbc0a0697bda39c18398418628596c6ae8c668a0306d504a4fc16100fcd7d57"},
|
|
|
+]
|
|
|
+
|
|
|
+[package.dependencies]
|
|
|
+llama-index-core = ">=0.12.0,<0.13.0"
|
|
|
+voyageai = {version = ">=0.2.1,<0.4.0", markers = "python_version >= \"3.9\" and python_version < \"3.13\""}
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "llama-index-indices-managed-llama-cloud"
|
|
|
version = "0.6.2"
|
|
|
@@ -9360,6 +9375,24 @@ platformdirs = ">=3.9.1,<5"
|
|
|
docs = ["furo (>=2023.7.26)", "proselint (>=0.13)", "sphinx (>=7.1.2,!=7.3)", "sphinx-argparse (>=0.4)", "sphinxcontrib-towncrier (>=0.2.1a0)", "towncrier (>=23.6)"]
|
|
|
test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7)", "packaging (>=23.1)", "pytest (>=7.4)", "pytest-env (>=0.8.2)", "pytest-freezer (>=0.4.8)", "pytest-mock (>=3.11.1)", "pytest-randomly (>=3.12)", "pytest-timeout (>=2.1)", "setuptools (>=68)", "time-machine (>=2.10)"]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "voyageai"
|
|
|
+version = "0.2.4"
|
|
|
+description = ""
|
|
|
+optional = false
|
|
|
+python-versions = "<4.0.0,>=3.7.1"
|
|
|
+files = [
|
|
|
+ {file = "voyageai-0.2.4-py3-none-any.whl", hash = "sha256:e3070e5c78dec89adae43231334b4637aa88933dad99b1c33d3219fdfc94dfa4"},
|
|
|
+ {file = "voyageai-0.2.4.tar.gz", hash = "sha256:b9911d8629e8a4e363291c133482fead49a3536afdf1e735f3ab3aaccd8d250d"},
|
|
|
+]
|
|
|
+
|
|
|
+[package.dependencies]
|
|
|
+aiohttp = ">=3.5,<4.0"
|
|
|
+aiolimiter = ">=1.1.0,<2.0.0"
|
|
|
+numpy = ">=1.11"
|
|
|
+requests = ">=2.20,<3.0"
|
|
|
+tenacity = ">=8.0.1"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "watchdog"
|
|
|
version = "6.0.0"
|
|
|
@@ -10061,4 +10094,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"]
|
|
|
[metadata]
|
|
|
lock-version = "2.0"
|
|
|
python-versions = "^3.12"
|
|
|
-content-hash = "039581f859df4446dc9491bf39913a54f53c5d71e9bad86ff71ddd1d1682f9af"
|
|
|
+content-hash = "7334dd947fe93756227b5fc8f86303852c5e9aaf8787cc35b0ce23fc1540df67"
|