Skip to content

graphrag-lexical-graph/v3.18.5

Choose a tag to compare

@acarbonetto acarbonetto released this 05 Jun 20:56
9d85924

What's Changed

  • Pass the wheel file instead of the source code by @oussamahansal in #202
  • feat(neptune): default max_pool_connections to 32 by @voidwisp in #207
  • feat: show total batch count in pipeline log messages when input is sized by @voidwisp in #209
  • feat(opensearch): thread client_kwargs through OpenSearchIndex by @voidwisp in #204
  • Bump astro and @astrojs/starlight in /docs-site by @dependabot[bot] in #214
  • Add documentation site URL and PyPI link to the top of the root by @oussamahansal in #215
  • Clean up documentation files by @oussamahansal in #212
  • Fix dependabot error from bumping astro and @astrojs/starlight in /docs-site by @oussamahansal in #219
  • Bump python-dotenv from 1.1.1 to 1.2.2 in /lexical-graph/src/graphrag_toolkit/lexical_graph by @dependabot[bot] in #213
  • fix: use response_llm instead of extraction_llm in retrieval components by @aghassel in #223
  • fix: update default models from legacy Claude 3.7 Sonnet to Claude Sonnet 4 by @aghassel in #224
  • fix: prepend https:// to AOSS endpoint when using aoss:// connection string by @aghassel in #225
  • Fix versioning by @iansrobinson in #226
  • perf(retrieval): parallelize the three independent lookups in EntityVSSProvider._get_entities by @voidwisp in #218
  • Bump PostCSS to fix the XSS issue by @oussamahansal in #230
  • fix: preserve http:// scheme in aoss:// connection string by @aghassel in #227
  • Validate that a Bedrock model or inference profile is available and enabled before attempting to use it by @oussamahansal in #232
  • Update workshop by @iansrobinson in #233
  • Add instructions on regenerating workshop cached responses by @iansrobinson in #234
  • Regression tests for DeleteSources cascade deletion logic by @oussamahansal in #236
  • Supply password to integration test CFN template from test runner script by @iansrobinson in #235
  • Update docs so that most examples show enabling only chunk indexes by @iansrobinson in #237
  • Standardize local-dev example and fix library bugs by @mykola-pereyma in #203
  • Fix docs, consolidate scripts, and separate dev ports in lexical-graph-hybrid-dev by @mykola-pereyma in #199
  • [FIX] Update all doc links to point to docs-site by @mykola-pereyma in #242
  • Deprecate semantic guided retriever by @oussamahansal in #239
  • [FIX] Skip docs site deployment in forks by @mykola-pereyma in #244
  • [Fix] Pin the torch dependency by @mykola-pereyma in #245
  • [Fix] Add dependabot config by @mykola-pereyma in #246
  • Parameterize model ID in CFN templates by @oussamahansal in #258
  • Change info message to warning for undersize batches by @iansrobinson in #261
  • [FIX] Cast embeddings to float32 before FAISS search to prevent segfault by @mykola-pereyma in #260
  • [Fix] Add Bandit security scan workflow for byokg-rag by @mykola-pereyma in #247
  • Update docs by @iansrobinson in #262
  • chore(deps): update pytest-cov requirement from >=4.0.0 to >=7.1.0 in /byokg-rag by @dependabot[bot] in #249
  • chore(ci): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #252
  • chore(ci): bump actions/checkout from 4 to 6 by @dependabot[bot] in #255
  • chore(deps): update pytest-mock requirement from >=3.10.0 to >=3.15.1 in /byokg-rag by @dependabot[bot] in #251
  • chore(deps): update pytest requirement from >=7.0.0 to >=9.0.3 in /byokg-rag by @dependabot[bot] in #254
  • chore(ci): bump actions/deploy-pages from 4 to 5 by @dependabot[bot] in #253
  • Bump astro from 6.1.8 to 6.3.1 in /docs-site by @dependabot[bot] in #265
  • chore(ci): bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #256
  • chore(ci): bump actions/download-artifact from 4 to 8 by @dependabot[bot] in #250
  • Get statements and topics once per retriever by @iansrobinson in #264
  • Remove code that creates NEXT relationships between facts by @iansrobinson in #267
  • [Fix] Add git-secrets pre-commit hook for secrets scanning by @mykola-pereyma in #248
  • chore(deps): bump devalue from 5.7.1 to 5.8.1 in /docs-site by @dependabot[bot] in #270
  • [FIX] Align byokg-rag shared dependencies with lexical-graph by @mykola-pereyma in #271
  • [FEATURE] Centralized foundation model configuration for BYOKG-RAG by @mykola-pereyma in #259
  • [FEATURE] Use .env.template pattern for environment configuration across examples by @mykola-pereyma in #272
  • [FIX] Add Bandit security scan for lexical-graph by @mykola-pereyma in #280
  • [FIX] Increase lexical-graph test coverage threshold to 45% by @mykola-pereyma in #281
  • chore(ci): bump actions/github-script from 8 to 9 by @dependabot[bot] in #274
  • chore(ci): bump astral-sh/setup-uv from 4 to 7 by @dependabot[bot] in #275
  • chore(deps): update pre-commit requirement from >=3.5.0 to >=4.6.0 in /byokg-rag by @dependabot[bot] in #276
  • chore(ci): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #277
  • chore(ci): bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #278
  • chore(ci): bump actions/setup-node from 4 to 6 by @dependabot[bot] in #279
  • [FIX] Resolve all bandit security findings blocking lexical-graph CI by @mykola-pereyma in #287
  • [FIX] Install byokg requirements when running integ-tests by @acarbonetto in #289
  • [FIX] Correct off-by-one validation in ToolParameters ArgTransform limit by @mykola-pereyma in #285
  • chore(ci): bump actions/upload-pages-artifact from 3 to 5 with hidden files preservation by @mykola-pereyma in #288
  • [FIX] Replace NTFS-incompatible source-data files with ZIP archives and add cross-platform support (#269) by @mykola-pereyma in #292
  • [FEATURE] Increase lexical-graph unit-test coverage to 58% across retrieval, storage, and utils by @noel-improv in #300
  • [Security Fix]: Fix the Cypher safety bypass vulnerabilities by @oussamahansal in #291
  • [CHORE] Add issue templates for bug reports and feature requests by @mykola-pereyma in #293
  • [CHORE] Add pull request template by @mykola-pereyma in #294
  • [CHORE] Add CODEOWNERS for automatic review routing by @mykola-pereyma in #295
  • [CHORE] Add stale issue management workflow by @mykola-pereyma in #296
  • [CHORE] Update lexical graph version to 3.18.5 by @acarbonetto in #303

New Contributors

Full Changelog: graphrag-lexical-graph/v3.18.3...graphrag-lexical-graph/v3.18.5