We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 204abfc commit 64422d7Copy full SHA for 64422d7
2 files changed
byokg-rag/README.md
@@ -119,7 +119,7 @@ pip install .
119
Or install from GitHub:
120
121
```bash
122
-pip install https://github.com/awslabs/graphrag-toolkit/archive/refs/tags/v3.15.5.zip#subdirectory=byokg-rag
+pip install https://github.com/awslabs/graphrag-toolkit/archive/refs/tags/v3.18.0.zip#subdirectory=byokg-rag
123
```
124
125
NOTE: The version number will vary based on the latest GitHub release.
byokg-rag/pyproject.toml
@@ -7,7 +7,7 @@ packages = ["src/graphrag_toolkit"]
7
8
[project]
9
name = "graphrag-toolkit-byokg-rag"
10
-version = "1.0.0"
+version = "3.18.0"
11
description = "AWS GraphRAG Toolkit, BYOKG RAG"
12
readme = "README.md"
13
requires-python = ">=3.10"
0 commit comments