File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
## Next Version
2
2
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.
5
5
6
6
7
7
8
8
## In next few versions
9
9
10
10
- [ ] Add rate limiter: support token limit (tokens per second, per minute)
11
11
12
- - [ ] Optimize Algorithm: add ` global_local ` query method, globally rewrite query then perform local search.
13
-
14
12
- [ ] Add other advanced RAG algorithms, candidates:
15
13
16
14
- [ ] [ HybridRAG] ( https://arxiv.org/abs/2408.04948 )
Original file line number Diff line number Diff line change 1
1
from .graphrag import GraphRAG , QueryParam
2
2
3
- __version__ = "0.0.7 "
3
+ __version__ = "0.0.8 "
4
4
__author__ = "Jianbai Ye"
5
5
__url__ = "https://github.com/gusye1234/nano-graphrag"
6
6
You can’t perform that action at this time.
0 commit comments