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 supported40 Subscribers
View all SubscribersAdd a CodeTriage badge to langchain
Help out
- Issues
- `ChatAnthropic`: support a callable / token-provider for `api_key` (auto-refreshing credentials, e.g. Azure Entra ID) like `ChatOpenAI` does
- Mistral streaming tool-call chunks with index 0 generate inconsistent IDs
- :Feature: Support Anthropic mid-conversation system messages (MidConversationSystemBlockParam / role:system in messages) in ChatAnthropic
- ChatGroq._combine_llm_outputs mutates per-generation token_usage in place and mishandles None values (silent clobber / TypeError)
- HuggingFaceEndpointEmbeddings missing bill_to / additional_headers parameter
- [Bug]: ChatOpenRouter leaks httpx.AsyncClient instances causing Ephemeral Port Exhaustion
- Filesystem file search rejects valid path segments containing double dots
- `ProviderToolSearchMiddleware` defers tools as flat top-level functions instead of wrapping them in a `namespace` — no token savings
- bug: Legacy Qdrant vector store returns raw distances instead of normalized relevance scores
- core: `BaseChatModel.agenerate` masks a non-`Exception` `BaseException` with `AttributeError`
- Docs
- Python not yet supported