Parameter | Type | Default | Description |
---|---|---|---|
embedder | Embedder | OpenAIEmbedder | The embedder to use for semantic chunking. |
chunk_size | int | 5000 | The maximum size of each chunk. |
similarity_threshold | float | 0.5 | The similarity threshold for determining chunk boundaries. |