Code
examples/context/knowledge/readers/overview/csv_reader_async.py
Usage
1
Set up your virtual environment
2
Install dependencies
3
Run PgVector
4
Run Agent
Params
| Parameter | Type | Default | Description |
|---|---|---|---|
file | Union[Path, IO[Any]] | Required | Path to CSV file or file-like object |
delimiter | str | "," | Character used to separate fields in the CSV |
quotechar | str | '"' | Character used to quote fields in the CSV |