v0.3.3
microsoft/graphragv0.3.3Sep 10, 2024by dworthen
AI Summary
Adds entrypoints for incremental indexing, resolves configuration loading issues, and enables querying from Azure Blob storage.
Key Highlights
- Added entrypoints for incremental indexing
- Resolved configuration loading and circular dependency issues
- Added querying from Azure Blob storage
- Fixed prompt tuning process and default settings
New Features
- Entrypoints for incremental indexing
- Querying from Azure Blob storage
Full Release Notes
## What's Changed - patch: Add entrypoints for incremental indexing - patch: Clean up and organize run index code - patch: Consistent config loading. Resolves #99 and Resolves #1049 - patch: Fix circular dependency when running prompt tune api directly - patch: Fix default settings for embedding - patch: Fix img for auto tune - patch: Fix img width - patch: Fixed a bug in prompt tuning process - patch: Refactor text unit build at local search - patch: Update Prompt Tuning docs - patch: Update create_pipeline_config.py - patch: Update prompt tune command in docs - patch: add querying from azure blob storage - patch: fix setting base_dir to full paths when not using file system. - patch: fix strategy config in entity_extraction **Full Changelog**: https://github.com/microsoft/graphrag/compare/v0.3.2...v0.3.3