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

INTPYTHON-450 Patch llama index test #53

Merged
merged 2 commits into from
Dec 16, 2024

Conversation

blink1073
Copy link
Member

No description provided.

def test_documents(documents: List[Document]) -> None:
"""Sanity check essay was found and documents loaded."""
- assert len(documents) == 23
+ assert len(documents) == 25
Copy link
Collaborator

Choose a reason for hiding this comment

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

@blink1073 Do we really want to use a patch for this? Was this change expected?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, I commented on the ticket. This patch will fail once there is a new release of llama-index-core, and we can remove it.

@blink1073 blink1073 merged commit 3bad1b3 into mongodb-labs:main Dec 16, 2024
10 checks passed
@blink1073 blink1073 deleted the INTPYTHON-450 branch December 16, 2024 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants