What's Changed
* entity extraction失败可能是由过小的num_ctx引起的, 给出了一种解决办法 by pimooook in https://github.com/gusye1234/nano-graphrag/pull/23
* Add unit tests for NetworkXStorage by NumberChiffre in https://github.com/gusye1234/nano-graphrag/pull/24
* Feat: add naive RAG for chunks by gusye1234 in https://github.com/gusye1234/nano-graphrag/pull/25
* ci: add code coverage report by gusye1234 in https://github.com/gusye1234/nano-graphrag/pull/26
* tests: improve coverage and add rules by gusye1234 in https://github.com/gusye1234/nano-graphrag/pull/28
* 添加了faiss作为向量数据库的example,增加了可视化 by handsomecaoyu in https://github.com/gusye1234/nano-graphrag/pull/12
* docs: add evaluation of naive and graph RAG by gusye1234 in https://github.com/gusye1234/nano-graphrag/pull/30
New Contributors
* pimooook made their first contribution in https://github.com/gusye1234/nano-graphrag/pull/23
* gusye1234 made their first contribution in https://github.com/gusye1234/nano-graphrag/pull/25
* handsomecaoyu made their first contribution in https://github.com/gusye1234/nano-graphrag/pull/12
**Full Changelog**: https://github.com/gusye1234/nano-graphrag/compare/v0.0.6...v0.0.7