1
Create a Python file
agentic_chunking.py
2
Set up your virtual environment
3
Install dependencies
4
Run PgVector
5
Run the script
Agentic Chunking Params
| Parameter | Type | Default | Description |
|---|---|---|---|
model | Model | OpenAIChat | The model to use for chunking. |
max_chunk_size | int | 5000 | The maximum size of each chunk. |