App methods
๐ add
add()
method is used to load the data sources from different data sources to a RAG pipeline. You can find the signature below:
Parameters
source
str
The data to embed, can be a URL, local file or raw content, depending on the data type.. You can find the full list of supported data sources here.
data_type
str
Type of data source. It can be automatically detected but user can force what data type to load as.
metadata
dict
Any metadata that you want to store with the data source. Metadata is generally really useful for doing metadata filtering on top of semantic search to yield faster search and better results.
Usage
Load data from webpage
Code example
Load data from sitemap
Code example
You can find complete list of supported data sources here.