Skip to content
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

fix: LlamaIndex compatibility fix #1940

Merged
merged 4 commits into from
Dec 13, 2023

Conversation

anticorrelator
Copy link
Contributor

resolves #1931

Compatibility fixes for LlamaIndex. Bumps the minimum LlamaIndex version to 0.9.14.

Some type definitions have moved, and the way our patching interacts with LlamaIndex code has changed. Even though our behavior tests still seem to work, patching LLMPredictor in MockServiceContext doesn't seem to have the behavior we think it does anymore so indirect assertions on the patching behavior have broken. For now I'm inverting the assertion as documentation that we should investigate our testing strategy.

Copy link
Contributor

@axiomofjoy axiomofjoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing the pipeline. Can you create a follow-up ticket for further investigation so we don't lose track?

@anticorrelator anticorrelator merged commit 052349d into main Dec 13, 2023
9 checks passed
@anticorrelator anticorrelator deleted the dustin/llama-index-compatibility-fix branch December 13, 2023 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[BUG] LlamaIndex incompatibility as of 0.9.14
2 participants