langchain
https://github.com/langchain-ai/langchain
Python
⚡ Building applications with LLMs through composability ⚡
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported37 Subscribers
View all SubscribersAdd a CodeTriage badge to langchain
Help out
- Issues
- fix(core): prevent RunnableRetry.batch from returning corrupted outputs on partial failure
- fix(core): guard merge_lists against non-dict elements when matching by index
- langchain-huggingface==1.2.1 was not released to pypi
- fix(huggingface): use PydanticOutputParser for Pydantic models in with_structured_output
- fix(core): lazy loading transformers, numpy, simsimd
- perf(core): optimize callback manager hot paths
- RunnableRetry.batch/abatch can return corrupted outputs when some items succeed on retry and others still fail
- fix(openai): strip stream param in _generate/_agenerate to fix disable_streaming crash
- fix(openai): fix if/elif chain and unhandled tool name in _consolidate_calls
- fix(core): cancel pending tasks in abatch_as_completed on exception or early exit
- Docs
- Python not yet supported