Skip to content
Snippets Groups Projects
Unverified Commit f494c0f0 authored by Logan's avatar Logan Committed by GitHub
Browse files

Logan/updates (#11342)

parent c127baca
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-embeddings-fastembed"
readme = "README.md"
version = "0.1.3"
version = "0.1.4"
[tool.poetry.dependencies]
python = ">=3.8.1,<3.12"
......
......@@ -23,10 +23,11 @@ python_version = "3.8"
[tool.poetry]
authors = ["benjibc"]
description = "llama-index embeddings fireworks integration"
exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-embeddings-fireworks"
readme = "README.md"
version = "0.1.1"
version = "0.1.2"
[tool.poetry.dependencies]
python = ">=3.8.1,<3.12"
......
......@@ -27,7 +27,7 @@ exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-embeddings-instructor"
readme = "README.md"
version = "0.1.2"
version = "0.1.3"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
......
......@@ -30,7 +30,7 @@ license = "MIT"
name = "llama-index-llms-maritalk"
packages = [{include = "llama_index/"}]
readme = "README.md"
version = "0.1.0"
version = "0.1.1"
[tool.poetry.dependencies]
python = ">=3.8.1,<3.12"
......
......@@ -27,7 +27,7 @@ exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-llms-mymagic"
readme = "README.md"
version = "0.1.2"
version = "0.1.3"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
......
......@@ -26,14 +26,15 @@ python_version = "3.8"
[tool.poetry]
authors = ["Your Name <you@example.com>"]
description = "llama-index postprocessor colbert-rerank integration"
exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-postprocessor-colbert-rerank"
packages = [{include = "llama_index/"}]
readme = "README.md"
version = "0.1.0"
version = "0.1.1"
[tool.poetry.dependencies]
python = ">=3.8.1,<3.12"
python = ">=3.8.1,<4.0"
llama-index-core = "^0.10.0"
torch = "^2.2.0"
transformers = "^4.37.2"
......
......@@ -27,7 +27,7 @@ exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-vector-stores-milvus"
readme = "README.md"
version = "0.1.2"
version = "0.1.3"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment