This repository was archived by the owner on Jun 4, 2026. It is now read-only.
v2.0.0
2.0.0 (2026-04-02)
- Migrated all beekeeper-core and beekeeper-integrations components to Pydantic v2.
- Remove deprecated code
- Performed code review and implemented enhancements
beekeeper-observability [2.0.0]
- feat: Support for integration property. (#47)
BREAKING CHANGES
beekeeper-core [2.0.0]
- removed: BaseDocument.get_metadata()
- removed: BaseDocument.get_embedding()
- removed: DocumentWithScore. get_score()
- removed: DocumentWithScore. get_content()
- removed: DocumentWithScore.get_metadata()
-return type: embed_text() now always returns a list of embeddings
beekeeper-observability-watsonx [2.0.0]
- removed: WatsonxLocalMetric
- renamed: WatsonxMetric
For more details, check Migrating from v1.x to v2.x