Boris

Results 7 comments of Boris

@hwchase17 @vowelparrot **Question:** Is it feasible for this PR of a proposed new CPAL chain to get into the library? I suspect there is a chance it's not because of...

lint tests and unit tests pass ![Screenshot 2023-07-10 at 5 15 22 PM](https://github.com/hwchase17/langchain/assets/367522/a6c65f6b-09c7-4370-8513-cfeea318b083)

A partial solution was adding `_type` method to a subclass ```python class AutoGPTOutputParser(BaseAutoGPTOutputParser): def _type(self) -> str: return "autogptparser" ``` But I could not figure out why in `langchain/experimental.__init__.py` this...

Since `experimental` is now a separate library I think the issue is obsolete. When I have time, I will move my unit tests out of integration and re-run units tests....

**Four steps that fixed the bug on my mac** **Context:** As others have pointed out, Grammarous depends on the java Language Tool, and when Language Tool 6.0 changed their API,...

I get same error. ``` NVIM v0.9.0-dev-1058+gd52a3f7c7-dirty Build type: Release LuaJIT 2.1.0-beta3 macOS BigSur ```

@lf-araujo That error message denotes your plugin is still using the newest Language Tool -- your have not downgraded. You can view the entire error message that was thrown my...