You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RSS Feed Document Loader Publish Date Fallback (#219)
As mentioned on issue
langchain-ai/langchain#12202 currently the
publish_date on RSS document loader is unstable, depending on
newspaper3k's parsing of that date on the article URL.
This PR creates a fallback on the loader to use the feed entry's publish
date if newspaper3k doesn't return that in the article object.
0 commit comments