Change8

v3.1.1

📦 graphragView on GitHub →
1 features🐛 6 fixes🔧 2 symbols

Summary

This release introduces a native CosmosTableProvider with namespace partitioning and includes several bug fixes for logging, data handling, and type hints. It also updates the litellm dependency and loosens the service_tier type for greater flexibility.

Migration Steps

  1. Loosen service_tier type to str | None to allow for more flexibility.

✨ New Features

  • Native CosmosTableProvider with namespace partitioning.

🐛 Bug Fixes

  • Fixed a logging bug.
  • Fixed a .strip call.
  • Added missing return type hints on generator functions in query/llm/text_utils.py.
  • Resolved issue 2265: Column length mismatch.
  • Fixed an issue where a lock could not be released if it was un-acquired in the Blob logger.
  • Fixed JSONL loader handling of blank/invalid lines.

Affected Symbols