Skip to content

Commit

Permalink
extra version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-markewich committed Feb 16, 2024
1 parent 9cc433a commit b571b39
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ check-hidden = true
skip = "*.csv,*.html,*.json,*.jsonl,*.pdf,*.txt,*.ipynb"

[tool.llamahub]
classes = ["NomicEmbedding"]
classes = ["NomicEmbedding", "NomicHFEmbedding"]
contains_example = false
import_path = "llama_index.embeddings.nomic"

Expand All @@ -24,7 +24,7 @@ description = "llama-index embeddings nomic integration"
license = "MIT"
name = "llama-index-embeddings-nomic"
readme = "README.md"
version = "0.1.1"
version = "0.1.3"

[tool.poetry.dependencies]
python = ">=3.8.1,<3.12"
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ description = "llama-index llms nvidia tensorrt integration"
license = "MIT"
name = "llama-index-llms-nvidia-tensorrt"
readme = "README.md"
version = "0.1.1"
version = "0.1.2"

[tool.poetry.dependencies]
python = ">=3.8.1,<3.12"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ description = "llama-index llms vllm integration"
license = "MIT"
name = "llama-index-llms-vllm"
readme = "README.md"
version = "0.1.1"
version = "0.1.2"

[tool.poetry.dependencies]
python = ">=3.8.1,<3.12"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Minio Reader

## Install

`pip install llama-index-readers-minio`

## Import

`from llama_index.readers.minio import MinioReader, BotoMinioReader`
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ description = "llama-index vector_stores mongodb integration"
license = "MIT"
name = "llama-index-vector-stores-mongodb"
readme = "README.md"
version = "0.1.2"
version = "0.1.3"

[tool.poetry.dependencies]
python = ">=3.8.1,<3.12"
Expand Down

0 comments on commit b571b39

Please sign in to comment.