index_book_content
Downloads a book, extracts its text, splits it into chunks, and indexes the content for semantic search.
Instructions
Download a book file, extract text, split it into chunks, and index the content for semantic search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| book_id | Yes | ||
| format_name | Yes | ||
| download_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |