Releases: ksachdeva/langchain-graphrag
Releases · ksachdeva/langchain-graphrag
Release v0.0.9
- In local & global search system prompts, add the support to disable references (default is True)
- In local & global search system prompts, add the support to not repeat instructions (default is True i.e. instructions are repeated)
- In local & global search, add the support to output raw chunk instead of passing them through StrOutputParser (default is not to output raw)
v0.0.8
v0.0.7
Release v0.0.6
make sure to make a deep copy of merged graph before summarization
v0.0.5
Release v0.0.4
Added support for
- externally configuring various chains
- return graph & communities info as part of artifacts
Release v0.0.3
- Multiple bug fixes in global and local search
- More logs at debug level to provide insights into context token usage
Release v0.0.2-beta.10
Reduce the API surface for global and local search
Release v0.0.2-beta.9
Enhanced context building for GlobalSearch
Release v0.0.2-beta.8
chore - update version to 0.0.2-beta.8