Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: wrong package name in the docstore-azurecosmosnosql #17390

Open
nqtung opened this issue Dec 30, 2024 · 1 comment
Open

[Bug]: wrong package name in the docstore-azurecosmosnosql #17390

nqtung opened this issue Dec 30, 2024 · 1 comment
Labels
bug Something isn't working triage Issue needs to be triaged/prioritized

Comments

@nqtung
Copy link
Contributor

nqtung commented Dec 30, 2024

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

@nqtung nqtung added bug Something isn't working triage Issue needs to be triaged/prioritized labels Dec 30, 2024
Copy link

dosubot bot commented Dec 30, 2024

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].

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage Issue needs to be triaged/prioritized
Projects
None yet
Development

No branches or pull requests

1 participant