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
Missing dependency: added semanticscholar to requirements.txt (app would fail to install from a clean env)
Broken search loop:semantic_scholar_search_node was re-calling sch.search_paper(query, bulk=True) inside a while loop, which re-creates the same paginated iterator each iteration; seen_urls then drops all duplicates and the loop never makes real progress (and would hammer the rate limiter). Now iterates PaginatedResults directly.
Broken LangChain imports: migrated to non-deprecated packages for LangChain 1.x: