Change8

llama-cloud-services@v0.2.0

Breaking Changes
📦 llamaparse
1 breaking

Summary

Version 0.2.0 removes the dependency on `llamaindex`, simplifying the library's external requirements.

⚠️ Breaking Changes

  • The dependency on `llamaindex` has been removed. If your code relied on components directly imported from or implicitly required by `llamaindex` via this library, those imports will now fail.

Migration Steps

  1. Review your codebase for any dependencies or usage patterns related to `llamaindex` that might have been implicitly satisfied by this library and update them if necessary.