llm
llm copied to clipboard
Support metadata with llm embed-multi
- Prevent its concatenation with content
- Add tuples generator to process it
Fixes:
- #1235
How does this handle csv and tsv?
How does this handle csv and tsv?
Sorry for the slow reply. Good catch; I've updated the PR to handle CSV and TSV inputs as well as JSON and JSONL. I also added some more test coverage and updated the --help output to document the new behavior.