v3.0.0
Breaking Changes📦 graphragView on GitHub →
⚠ 2 breaking✨ 1 features
Summary
This major release introduces a significant monorepo restructure, splitting the codebase into several new dedicated packages and requiring users to reinitialize their configuration.
⚠️ Breaking Changes
- The project structure has undergone a major monorepo restructure, requiring users to reinitialize configuration.
- All previous imports for components must be updated to reflect the new package structure (e.g., components are now in graphrag-cache, graphrag-chunking, etc.).
Migration Steps
- Run graphrag init --force to reinitialize configuration files to match the new layout and options.
✨ New Features
- The project has been restructured into a monorepo with new dedicated packages: graphrag-cache, graphrag-chunking, graphrag-input, graphrag-llm, graphrag-storage, and graphrag-vectors.