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

feat: add split_by_row feature to CSVDocumentSplitter #9031

Merged
merged 13 commits into from
Mar 19, 2025
Prev Previous commit
Next Next commit
Add release notes
  • Loading branch information
Amnah199 committed Mar 12, 2025
commit f1f7640f7dc1a23f79c7d8f177f604b5b783e31c
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
features:
- |
Add a parameter to the `CSVDocumentSplitter` component to convert each row of a CSV file into a separate Haystack Document.
Loading