langchain icon indicating copy to clipboard operation
langchain copied to clipboard

🦜🔗 Build context-aware reasoning applications

Results 3879 langchain issues
Sort by recently updated
recently updated
newest added

### Checked other resources - [x] I added a very descriptive title to this issue. - [x] I searched the LangChain documentation with the integrated search. - [x] I used...

🤖:bug

### Checked other resources - [x] I added a very descriptive title to this issue. - [x] I searched the LangChain documentation with the integrated search. - [x] I used...

Ɑ: core

### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used...

🤖:bug
stale
Ɑ: langserve
Ɑ: Runnables

The following code: from langchain.output_parsers import PydanticOutputParser, YamlOutputParser,OutputFixingParser, RetryOutputParser, BaseOutputParser from langchain_core.output_parsers import BaseOutputParser, BaseGenerationOutputParser, YamlOutputParser ![Screenshot from 2024-08-16 11-16-10](https://github.com/user-attachments/assets/6329e2f6-a2f7-4f69-bf21-236ae1afbee7) ![Screenshot from 2024-08-16 11-20-45](https://github.com/user-attachments/assets/8b217be9-5641-45d2-b6c8-44ee7d0d7d72) Yaml Output parser is not available...

🤖:bug
stale
Ɑ: parsing

### URL https://python.langchain.com/v0.2/docs/how_to/example_selectors_length_based/ & https://python.langchain.com/v0.2/docs/how_to/example_selectors/ ### Issue with current documentation: The current documentation lacks clear guidance on how to use custom example selectors with FewShotPromptTemplate, especially when dealing with import...

🤖:docs
stale

### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used...

stale
Ɑ: core

### Privileged issue - [x] I am a LangChain maintainer, or was asked directly by a LangChain maintainer to create an issue here. ### Issue Content I'm currently exploring the...

### URL https://python.langchain.com/api_reference/community/chat_models/langchain_community.chat_models.litellm.ChatLiteLLM.html ### Checklist - [x] I added a very descriptive title to this issue. - [x] I included a link to the documentation page I am referring to...

🤖:docs

### Checked other resources - [x] I added a very descriptive title to this issue. - [x] I searched the LangChain documentation with the integrated search. - [x] I used...

🤖:bug
investigate

See https://docs.astral.sh/ruff/rules/#flake8-annotations-ann The interest compared to only mypy is that ruff is very fast at detecting missing annotations. ANN101 and ANN102 are deprecated so we ignore them ANN401 (no Any...

lgtm
🤖:nit
size:M