Skip to content

Releases: ksachdeva/langchain-graphrag

Release v0.0.9

08 Oct 20:12
Compare
Choose a tag to compare
  • 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

02 Oct 15:03
Compare
Choose a tag to compare
  • update to langchain 0.3

v0.0.7

01 Oct 15:01
Compare
Choose a tag to compare
  • add support to provide graph transformation callbacks
  • misc fixes

Release v0.0.6

19 Sep 21:26
Compare
Choose a tag to compare

make sure to make a deep copy of merged graph before summarization

v0.0.5

19 Sep 18:09
Compare
Choose a tag to compare

Add support to return & save merged graph.

Merged Graph saves all the descriptions of nodes and the descriptions of edges between nodes.

This information could be used to investigate the generated entities & relationships.

Release v0.0.4

26 Aug 21:16
Compare
Choose a tag to compare
Release v0.0.4 Pre-release
Pre-release

Added support for

  • externally configuring various chains
  • return graph & communities info as part of artifacts

Release v0.0.3

22 Aug 23:04
Compare
Choose a tag to compare
Release v0.0.3 Pre-release
Pre-release
  • 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

22 Aug 16:54
Compare
Choose a tag to compare
Pre-release

Reduce the API surface for global and local search

Release v0.0.2-beta.9

21 Aug 20:44
Compare
Choose a tag to compare
Release v0.0.2-beta.9 Pre-release
Pre-release

Enhanced context building for GlobalSearch

Release v0.0.2-beta.8

21 Aug 18:48
Compare
Choose a tag to compare
Release v0.0.2-beta.8 Pre-release
Pre-release
chore - update version to 0.0.2-beta.8