Hacker News new | ask | show | jobs
by BorisWilhelms 1095 days ago
Yes, tried it on HTML to get "metadata" that was not present in the HTML meta tags, such as author, publish date, etc. Works good.
1 comments

Actually not on raw HTML, but with the WebBaseLoader from Langchain which strips away HTML tags.
Ahh cool thank you!