Skip to content

Commit

Permalink
release alpha 14 and doc the change
Browse files Browse the repository at this point in the history
  • Loading branch information
liyin2015 committed Jul 6, 2024
1 parent d264c54 commit e4a0171
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 100 deletions.
9 changes: 9 additions & 0 deletions lightrag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.0.0-alpha.14] - 2024-07-06

### Modified
- `Sequential` moved from `lightrag.core.component` to `lightrag.core.container`.
- `Sequential` now accepts any positional and keyword arguments at the call time (the first component).
- `get_logger` in `lightrag.utils.logger` is simplified to config the root and named logger. Removed `enable_library_logging`.

### Fixed
- safe_import in `lightrag.components.model_client` to report import errors.
## [0.0.0-alpha.13] - 2024-07-04

### Added
Expand Down
Loading

0 comments on commit e4a0171

Please sign in to comment.