Adding fetching data functionality for reference links in the web page (#1806)
This commit is contained in:
@@ -15,6 +15,9 @@ title: '📊 add'
|
||||
<ParamField path="metadata" type="dict" optional>
|
||||
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.
|
||||
</ParamField>
|
||||
<ParamField path="all_references" type="bool" optional>
|
||||
This parameter instructs Embedchain to retrieve all the context and information from the specified link, as well as from any reference links on the page.
|
||||
</ParamField>
|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user