-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
Is there a feature in the pipeline to support web scraping functionality - similar to what the LangChain library has to offer (https://python.langchain.com/v0.1/docs/use_cases/web_scraping/).
It is basically to load HTML pages from a web url and transform it to text, before chunking and indexing it to a Vector Store.
sivaprasadreddy