Create a virtual environment
Terminal
and create a python virtual environment.Install libraries
Run PgVector
Run Agent
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 |