Files
langchain-python/langchain/chains/query_constructor
Davis Chase f6c97e6af4 Fix Lark import error (#4421)
Any import that touches langchain.retrievers currently requires Lark.
Here's one attempt to fix. Not very pretty, very open to other ideas.
Alternatives I thought of are 1) make Lark requirement, 2) put
everything in parser.py in the try/except. Neither sounds much better

Related to #4316, #4275
2023-05-10 01:07:34 -07:00
..
2023-04-30 11:14:09 -07:00
2023-05-10 01:07:34 -07:00
2023-04-27 13:42:12 -07:00