Skip to content

Releases: awslabs/graphrag-toolkit

v1.1.3

16 Jan 12:12
Compare
Choose a tag to compare

Updated requirements.txt

Full Changelog: v1.1.2...v1.1.3

v1.1.2

18 Dec 13:45
Compare
Choose a tag to compare

Improve source metadata in embeddings

v1.1.1

18 Dec 11:19
Compare
Choose a tag to compare

Updated LlamaIndex LLM dependencies

Full Changelog: v1.1.0...v1.1.1

v1.1.0

13 Dec 10:20
Compare
Choose a tag to compare

Added support for batch extraction using Amazon Bedrock batch inference
Updated LlamaIndex packages so as to support latest Bedrock FMs supported in llama-index-llms-bedrock
Updated extraction prompts so that they work better with a wider range of FMs
Update to Neptune 1.4.1.0 in quick start CloudFormation template
Added ability to configure number of threads per worker in extract stage
Logging config is now only applied if you call set_logging_config (allows toolkit to be incorporated into applications with their own logging configurations)

Full Changelog: v1.0.1...v1.1.0

v1.0.1

04 Dec 11:08
Compare
Choose a tag to compare

What's Changed

Fixed issues:

  • Fixed GPU allocation issue in BGEReranker
  • Improved error reporting for model invocation failures
  • Improved checkpointing frequency

Full Changelog: v1.0.0...v1.0.1

v1.0.0

28 Nov 10:50
Compare
Choose a tag to compare

Initial release of graphrag-toolkit