Skip to content

Commit

Permalink
bump to 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gusye1234 committed Oct 1, 2024
1 parent 895c451 commit cddcda7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions docs/ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
## Next Version

- [ ] Add neo4j for better visualization @gusye1234
- [ ] Add DSpy for prompt-tuning to make small models(Qwen2 7B, Llama 3.1 8B...) can extract entities. @NumberChiffre
- [ ] Add DSpy for prompt-tuning to make small models(Qwen2 7B, Llama 3.1 8B...) can extract entities. @NumberChiffre @gusye1234
- [ ] Optimize Algorithm: add `global_local` query method, globally rewrite query then perform local search.



## In next few versions

- [ ] Add rate limiter: support token limit (tokens per second, per minute)

- [ ] Optimize Algorithm: add `global_local` query method, globally rewrite query then perform local search.

- [ ] Add other advanced RAG algorithms, candidates:

- [ ] [HybridRAG](https://arxiv.org/abs/2408.04948)
Expand Down
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.7"
__version__ = "0.0.8"
__author__ = "Jianbai Ye"
__url__ = "https://github.com/gusye1234/nano-graphrag"

Expand Down

0 comments on commit cddcda7

Please sign in to comment.