Skip to content

Commit

Permalink
chore: bump to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gusye1234 committed Aug 28, 2024
1 parent 3a065e1 commit 3e48f75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nano_graphrag/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .graphrag import GraphRAG, QueryParam

__version__ = "0.0.5.dev1"
__version__ = "0.0.5"
__author__ = "Jianbai Ye"
__url__ = "https://github.com/gusye1234/nano-graphrag"

Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,5 +305,6 @@ Check [FQA](./FAQ.md).
- [ ] Add real benchmark with GraphRAG
- [ ] Add [Sciphi Triplex](https://huggingface.co/SciPhi/Triplex) as the entity extraction model.
- [ ] Add `before_query`, `before_insert` to separate component loadings.
- [ ] Add new components, see [issue](https://github.com/gusye1234/nano-graphrag/issues/2)

0 comments on commit 3e48f75

Please sign in to comment.