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
Copy file name to clipboardExpand all lines: docs/config/yaml.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,6 @@ Our pipeline can ingest .csv, .txt, or .json data from an input location. See th
87
87
- `file_type`**text|csv|json** - The type of input data to load. Default is `text`
88
88
- `encoding`**str** - The encoding of the input file. Default is `utf-8`
89
89
- `file_pattern`**str** - A regex to match input files. Default is `.*\.csv$`, `.*\.txt$`, or `.*\.json$` depending on the specified `file_type`, but you can customize it if needed.
90
-
- `file_filter`**dict** - Key/value pairs to filter. Default is None.
91
90
- `text_column`**str** - (CSV/JSON only) The text column name. If unset we expect a column named `text`.
92
91
- `title_column`**str** - (CSV/JSON only) The title column name, filename will be used if unset.
93
92
- `metadata`**list[str]** - (CSV/JSON only) The additional document attributes fields to keep.
0 commit comments