technologic icon indicating copy to clipboard operation
technologic copied to clipboard

langchain backend

Open seshubonam opened this issue 1 year ago • 1 comments

  1. is it possible to connect this frontend to a langchain backend

various agents and chains can be created with langchain and this frontend looks perfect for a custom chatbot for xyz use case.

  1. can each branch be connected to a different backend. i have a few langchain implementations and would like to connect different api like babyagi api and a different branch for autogpt api.

  2. image upload options can be possible if we try to code ? or is it in the pipeline. could access image related langchain models with this.

seshubonam avatar Apr 28 '23 08:04 seshubonam

Hi @seshubonam, I apologize for the long silence.

In principle it is possible to have any backend you want, it just needs to support the OpenAI API as its interface.

In principle, you can switch backends whenever you want, so a single conversation can even run across multiple backends. But that is somewhat clunky at the moment, as you've got to go into settings and select the backend you currently want to use.

If you've got some specific ideas how things could work, especially for functionality that OpenAI doesn't support yet, I'm open to suggestions, as long as we keep the limitation in mind that technologic itself must run entirely in a browser.

treo avatar Jun 16 '23 16:06 treo