You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At index 1 diff: Document(metadata={'c': 3}, page_content='The moon is round.') != Document(metadata={'b': 2}, page_content='Candlepin bowling balls are smaller.')
Full diff:
[
Document(metadata={'a': 1}, page_content='Candlepin bowling is popular in New England.'),
- Document(metadata={'b': 2}, page_content='Candlepin bowling balls are smaller.'),
+ Document(metadata={'c': 3}, page_content='The moon is round.'),
]```
### Description
This unit test mostly succeeds, sometimes documents seem to come back in wrong order
Likely a bug in the document compressor
### System Info
CI
The text was updated successfully, but these errors were encountered:
dosubotbot
added
the
🤖:bug
Related to a bug, vulnerability, unexpected error with an existing feature
label
Sep 10, 2024
Checked other resources
Example Code
https://github.com/langchain-ai/langchain/actions/runs/10798432256/job/29951972859?pr=26270
Error Message and Stack Trace (if applicable)
The text was updated successfully, but these errors were encountered: