Skip to content

2024-08-22 (v0.11.0)

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Aug 23:36
78f9a11

llama-index-core [0.11.0]

  • removed deprecated ServiceContext -- using this now will print an error with a link to the migration guide
  • removed deprecated LLMPredictor -- using this now will print an error, any existing LLM is a drop-in replacement
  • made pandas an optional dependency
  • moved to pydanticV2 officially with full support

Everything Else

  • bumped the minor version of every package to account for the new version of llama-index-core