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

[Issue]: Cannot read CSV file!!! #1580

Open
3 tasks done
kiedeng opened this issue Jan 3, 2025 · 0 comments
Open
3 tasks done

[Issue]: Cannot read CSV file!!! #1580

kiedeng opened this issue Jan 3, 2025 · 0 comments
Labels
triage Default label assignment, indicates new issue needs reviewed by a maintainer

Comments

@kiedeng
Copy link

kiedeng commented Jan 3, 2025

Do you need to file an issue?

  • I have searched the existing issues and this bug is not already filed.
  • My model is hosted on OpenAI or Azure. If not, please look at the "model providers" issue and don't file a new one here.
  • I believe this is a legitimate bug, not just a question. If this is a question, please use the Discussions area.

Describe the issue

version : 0.9.0
During the process of generating and retrieving a CSV, it was found that it could not be executed normally, whereas the text generation worked fine.
在进行csv的生成检索中,发现不能正常执行,text是可以正常生成的。

The command used:
poetry run poe index --root indexs/ragtest_csv

The settings.yaml file was modified with the following configuration:

input:
  type: file
  file_type: csv
  file_pattern: ".*\\.csv$"

The error message is:
Image

debug error:
Image

@kiedeng kiedeng added the triage Default label assignment, indicates new issue needs reviewed by a maintainer label Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Default label assignment, indicates new issue needs reviewed by a maintainer
Projects
None yet
Development

No branches or pull requests

1 participant