Skip to content

Commit 64422d7

Browse files
authored
Update BYOKG project to version 3.18.0 (#398)
Signed-off-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
1 parent 204abfc commit 64422d7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

byokg-rag/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ pip install .
119119
Or install from GitHub:
120120

121121
```bash
122-
pip install https://github.com/awslabs/graphrag-toolkit/archive/refs/tags/v3.15.5.zip#subdirectory=byokg-rag
122+
pip install https://github.com/awslabs/graphrag-toolkit/archive/refs/tags/v3.18.0.zip#subdirectory=byokg-rag
123123
```
124124

125125
NOTE: The version number will vary based on the latest GitHub release.

byokg-rag/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages = ["src/graphrag_toolkit"]
77

88
[project]
99
name = "graphrag-toolkit-byokg-rag"
10-
version = "1.0.0"
10+
version = "3.18.0"
1111
description = "AWS GraphRAG Toolkit, BYOKG RAG"
1212
readme = "README.md"
1313
requires-python = ">=3.10"

0 commit comments

Comments
 (0)