Skip to content

Commit cddcda7

Browse files
committed
bump to 0.0.8
1 parent 895c451 commit cddcda7

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

docs/ROADMAP.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
## Next Version
22

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

66

77

88
## In next few versions
99

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

12-
- [ ] Optimize Algorithm: add `global_local` query method, globally rewrite query then perform local search.
13-
1412
- [ ] Add other advanced RAG algorithms, candidates:
1513

1614
- [ ] [HybridRAG](https://arxiv.org/abs/2408.04948)

nano_graphrag/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .graphrag import GraphRAG, QueryParam
22

3-
__version__ = "0.0.7"
3+
__version__ = "0.0.8"
44
__author__ = "Jianbai Ye"
55
__url__ = "https://github.com/gusye1234/nano-graphrag"
66

0 commit comments

Comments
 (0)