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

[Bug]: Internal server error while chunking: The truth value of a Series is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all(). #4594

Open
1 task done
yiwoxingfei opened this issue Jan 23, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@yiwoxingfei
Copy link

Is there an existing issue for the same bug?

  • I have checked the existing issues.

RAGFlow workspace code commit ID

none

RAGFlow image version

v0.15.1-113-gc0799c53 full

Other environment information

Actual behavior

08:40:34 Task has been received.
08:40:34 Page(13001): Start to parse.
08:40:35 Page(1
3001): Extract records: 13000
08:40:56 Page(1
3001): Generate 2886 chunks
08:41:14 Page(13001): Embedding chunks (18.04s)
08:41:37 Page(1
3001): Done (22.37s)
08:41:37 Task has been received.
08:41:37 Page(30013459): Start to parse.
08:41:40 Page(3001
3459): Extract records: 30013458
08:41:41 Page(3001
3459): [ERROR]Internal server error while chunking: The truth value of a Series is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all().
08:41:41 [ERROR][Exception]: The truth value of a Series is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all().

Image

Expected behavior

No response

Steps to reproduce

Upload excel file, the parsing type is table

Additional information

No response

@yiwoxingfei yiwoxingfei added the bug Something isn't working label Jan 23, 2025
@KevinHuSh
Copy link
Collaborator

Could you share the file?
And what is the chunk method you chosen?

@yiwoxingfei
Copy link
Author

data.xlsxThis is the file, the parsing method used is: Table

KevinHuSh added a commit that referenced this issue Jan 26, 2025
### What problem does this PR solve?

#4594

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants