Parse Website
lyzr_parse_websiteParse a website URL into text chunks for use in RAG pipelines or content analysis, with no knowledge base required.
Instructions
Parse a website URL into chunks (no knowledge base required).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Website URL to parse | |
| chunk_size | No | Chunk size (default 1000) | |
| extra_info | No | Extra info as a JSON string (default "{}") | |
| extra_fields | No | Additional body fields merged into the request | |
| chunk_overlap | No | Chunk overlap (default 100) | |
| parser_config | No | Parser config as a JSON string |