You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs
JanHorcicka f454e95461
langchain: fix OutputParserException (#15914) (#15916)
**Description:**

Fixes OutputParserException thrown by the output_parser when 'query' is
'Null'.

Replace this entire comment with:
- **Description:** Current implentation of output_parser throws
OutputParserException if the response from the LLM contains `query:
null`. This unfortunately happens for my use case. And since there is no
way to modify the prompt used in SelfQueryRetriever, then we have to fix
it here, so it doesn't crash.
  - **Issue:** https://github.com/langchain-ai/langchain/issues/15914

Didn't run tests. `make test` is not working. There is no `test` rule in
the `Makefile`.

Co-authored-by: Jan Horcicka <jhorcick@amazon.com>
8 months ago
..
cli Make packages optional (#15727) 9 months ago
community <langchain_community.vectorstores>:<Fix pinecone.py __init__ docsrting instruction> (#15922) 8 months ago
core Passthrough configurable primitive values as tracer metadata (#15915) 8 months ago
experimental experimental[patch]: Release 0.0.49 (#15823) 9 months ago
langchain langchain: fix OutputParserException (#15914) (#15916) 8 months ago
partners mistralai[patch]: release 0.0.2 (#15912) 8 months ago