homanp / langchain-ui

🧬 The open source chat-ai toolkit
https://langchain-ui.vercel.app
MIT License
881 stars 160 forks source link

Move Agents and Chain API to use LangChain Python package #88

Closed homanp closed 1 year ago

homanp commented 1 year ago

Is your proposal related to a problem?

Move Agents and Chain API to use Python.

Describe the solution you'd like

The LangchainJS API is missing some core features such as QA over longer documents using Agents. In order to utilize this we need to migrate the invocation API to LangchainPy.