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/langchain/output_parsers
Sunish Sheth 812e5f43f5
Add _type for all parsers (#4189)
Used for serialization. Also add test that recurses through
our subclasses to check they have them implemented

Would fix https://github.com/hwchase17/langchain/issues/3217
Blocking: https://github.com/mlflow/mlflow/pull/8297

---------

Signed-off-by: Sunish Sheth <sunishsheth2009@gmail.com>
Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
1 year ago
..
__init__.py Harrison/guarded output parser (#1804) 1 year ago
boolean.py Contextual compression retriever (#2915) 1 year ago
combining.py Nc/combining output parser (#3014) 1 year ago
fix.py Add _type for all parsers (#4189) 1 year ago
format_instructions.py Port format instructions fix from js (#3015) 1 year ago
list.py Nc/combining output parser (#3014) 1 year ago
loading.py move output parsing (#1605) 1 year ago
prompts.py Harrison/guarded output parser (#1804) 1 year ago
pydantic.py fix: invalid escape sequence error in regex pattern (#3902) 1 year ago
rail_parser.py Harrison/guarded output parser (#1804) 1 year ago
regex.py Removed duplicate BaseModel dependencies (#2471) 1 year ago
regex_dict.py Removed duplicate BaseModel dependencies (#2471) 1 year ago
retry.py Add _type for all parsers (#4189) 1 year ago
structured.py Self-query with generic query constructor (#3607) 1 year ago