Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

fix: Index store adds interface methods #118

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 21, 2025
Merged

fix: Index store adds interface methods #118

merged 1 commit into from
May 21, 2025

Conversation

vishwarajanand
Copy link
Collaborator

@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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.