Learn how to use websites in your knowledge base.
vector_db
.
knowledge_base
with an Agent
:
Parameter | Type | Default | Description |
---|---|---|---|
urls | List[str] | [] | URLs to read |
reader | Optional[WebsiteReader] | None | A WebsiteReader that reads the urls and converts them into Documents for the vector database. |
max_depth | int | 3 | Maximum depth to crawl. |
max_links | int | 10 | Number of links to crawl. |
WebsiteKnowledgeBase
is a subclass of the AgentKnowledge class and has access to the same params.