beautifulsoup4
library.
Parameter | Type | Default | Description |
---|---|---|---|
knowledge_base | WebsiteKnowledgeBase | - | The knowledge base associated with the website, containing various data and resources linked to the website’s content. |
Function | Description |
---|---|
add_website_to_knowledge_base | This function adds a website’s content to the knowledge base. NOTE: The website must start with https:// and should be a valid website. Use this function to get information about products from the internet. |
read_url | This function reads a URL and returns the contents. |