Code
examples/concepts/knowledge/readers/json_reader_async.py
Usage
1
Create a virtual environment
Open the
Terminal and create a python virtual environment.2
Install libraries
3
Set environment variables
4
Run PgVector
5
Run Agent
Params
| Parameter | Type | Default | Description |
|---|---|---|---|
path | Path | Required | Path to JSON file to read |
chunk | bool | False | Whether to chunk the documents (overrides base Reader default) |