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 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 )
Original file line number Diff line number Diff line change 11from .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
You can’t perform that action at this time.
0 commit comments