ingest
Add a web page to the knowledge base by scraping, chunking, embedding, and storing its content for future queries.
Instructions
Add a web page to the knowledge base: scrape the URL, chunk and embed its text, and
store it so future ask/search calls can use it. Use this to teach the system new
source material before querying it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The web page URL to scrape, chunk, embed, and add to the knowledge base. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||