Understanding regex and search filters is crucial for efficient web scraping in LearnWise. These tools allow you to precisely control which content is imported into your AI assistant's knowledge base. By mastering regex, you can:
This guide explains the basics of regex and how to apply it to positive and negative search filters, empowering you to create a more focused and effective AI assistan
^
(start of string), $
(end of string), .*
(any characters), and \\d
(digits)^https://www\\.example\\.com/product/.*$
to include all product pages^https://www\\.example\\.com/blog/2023/.*$
to exclude blog posts from 2023Enter your positive and negative search filters in the appropriate fields by clicking on ‘Add Website” and then expanding the “Advanced Settings” accordion.
Screenshot of the “Add Website” modal within the LearnWise admin panel.
By mastering regex for search filters, you can efficiently control which content is imported into your LearnWise knowledge base, ensuring your AI assistant has access to the most relevant information.
<aside> 💡 If you have additional questions please reach out to [email protected]
</aside>