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
- `convert_to_openai_tool` ignores `strict` for dicts already in OpenAI tool format
- Errors OpenRouter reports in a 200 response body are stringified rather than classified
- RemoteGraph returns invoke output as list of dict instead of list of BaseMessage - mandatory when combined with CompiledSubAgent
- `AnthropicPromptCachingMiddleware` silently drops the system prompt when the last content block is a string
- MarkdownHeaderTextSplitter becomes very slow with many paragraphs under the same header
- `HTMLHeaderTextSplitter` raises `ValueError` on init for the non-heading tags its splitter already supports
- core: `parse_json_markdown` fails on a fence tagged `JSON` instead of `json`
- text-splitters: `MarkdownHeaderTextSplitter` keeps the closing `##` sequence in header metadata
- text-splitters: `RecursiveCharacterTextSplitter` skips `strip_whitespace` for pieces it cannot split further
- text-splitters: SpacyTextSplitter ignores max_length with pipeline="sentencizer"
- Docs
- Python not yet supported