Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

vishwarajanand
Copy link
Contributor

@vishwarajanand vishwarajanand commented May 16, 2025

Tests in #116 are failing because anew abstract methods were added (async_index_structs and async_add_index_struct) in BaseIndexStore. We already have implementations for those methods, but the new methods diverge from naming scheme of a<method_name> and instead do async_<method_name> for async methods. So, in this change, the new base methods are mapped using adapter pattern.

This change was added in llama-index-core v0.12.36, which show sup on pypi but not yet in llama-index-core's releases history on the GH repo.

Latest release is still old on GH repo

Screenshot 2025-05-16 at 16 45 41

Latest release is new on PyPI

Screenshot 2025-05-16 at 16 46 16

@product-auto-label product-auto-label bot added the api: cloudsql-postgres Issues related to the googleapis/llama-index-cloud-sql-pg-python API. label May 16, 2025
@vishwarajanand vishwarajanand marked this pull request as ready for review May 16, 2025 12:00
@vishwarajanand vishwarajanand requested review from a team as code owners May 16, 2025 12:00
@vishwarajanand vishwarajanand merged commit 72bc93d into main May 21, 2025
10 checks passed
@vishwarajanand vishwarajanand deleted the fix_tests branch May 21, 2025 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: cloudsql-postgres Issues related to the googleapis/llama-index-cloud-sql-pg-python API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants