source_add
Ingest a document from a URL into a notebook, embedding and storing it for immediate semantic search. Use private mode for local embedding or enrich for contextual retrieval.
Instructions
Fetch and ingest a source. Returns after embed+store (queryable immediately); no DeepSeek runs inline. Documents default to public (private=false), embedded via a remote API for speed. Set private=true to force fully-local embedding for any document that must not leave this host. Note: on a rented/cloud host the document already resides on infrastructure the operator may not fully control; private=true limits further transmission but is not a substitute for not ingesting truly sensitive material onto an untrusted host. enrich=true runs contextualization in the background (private sources only; public sources are already contextual).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| enrich | No | ||
| private | No | ||
| notebook_id | Yes | ||
| display_name | No |