URL Importer¶
Imports data from a URL.
Default¶
Usage¶
URLs with binary data
Currently the URL importer does not support URLs with binary data, such as PDFs or other binary files. Need this? Raise an issue here.
The following example imports data from ChromaDB documentation with max depth 2.
Advanced Usage¶
The following example imports data from ChromaDB documentation with max depth 3, chunks the data into 512 byte chunks, cleans the data of emojis, and embeds the data using the default embedding function.