Skip to content

Commit a49e422

Browse files
committed
Updated the README with the correct installation command
1 parent c5da20b commit a49e422

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llama-index-integrations/vector_stores/llama-index-vector-stores-yugabytedb/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A LlamaIndex vector store using YugabyteDB as the backend.
77
Pre-requisite:
88

99
```bash
10-
pip install llama-index-vector-stores-astra-db
10+
pip install llama-index-vector-stores-yugabytedb
1111
```
1212

1313
A minimal example:

llama-index-integrations/vector_stores/llama-index-vector-stores-yugabytedb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dev = [
2929
name = "llama-index-vector-stores-yugabytedb"
3030
version = "0.5.4"
3131
description = "llama-index vector_stores yugabytedb integration"
32-
authors = [{name = "Your Name", email = "you@example.com"}]
32+
authors = [{name = "YugabyteDB", email = "pypi@yugabyte.com"}]
3333
requires-python = ">=3.9,<4.0"
3434
readme = "README.md"
3535
license = "MIT"

0 commit comments

Comments
 (0)