You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wrong package name in the llama-index-storage-docstore-azurecosmosnosql/pyproject.toml file. It is using llama-index-**storage-index-store-**azurecosmosnosql instead of llama-index-**storage-docstore-**azurecosmosnosql
The correct package name for the llama-index-storage-docstore-azurecosmosnosql integration in the pyproject.toml file should be llama-index-storage-kv-store-azurecosmosnosql, not llama-index-storage-index-store-azurecosmosnosql as currently specified [1][2].
Bug Description
Wrong package name in the llama-index-storage-docstore-azurecosmosnosql/pyproject.toml file. It is using llama-index-**storage-index-store-**azurecosmosnosql instead of llama-index-**storage-docstore-**azurecosmosnosql
https://github.com/run-llama/llama_index/blob/main/llama-index-integrations/storage/docstore/llama-index-storage-docstore-azurecosmosnosql/pyproject.toml
`
[tool.llamahub]
contains_example = false
import_path = "llama_index.storage.index_store.azurecosmosnosql"
[tool.llamahub.class_authors]
AzureCosmosNoSqlIndexStore = "Aayush"
[tool.mypy]
disallow_untyped_defs = true
exclude = ["_static", "build", "examples", "notebooks", "venv"]
ignore_missing_imports = true
python_version = "3.8"
[tool.poetry]
authors = ["Aayush Kataria aayushkataria3011@gmail.com"]
description = "llama-index storage-index-store azure cosmosdb nosql integration"
exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-storage-index-store-azurecosmosnosql"
readme = "README.md"
version = "1.1.0"
`
Version
1.1.0
Steps to Reproduce
Open configuration file https://github.com/run-llama/llama_index/blob/main/llama-index-integrations/storage/docstore/llama-index-storage-docstore-azurecosmosnosql/pyproject.toml
Relevant Logs/Tracbacks
No response
The text was updated successfully, but these errors were encountered: