Closed DmitriiTsy closed 3 months ago
@DmitriiTsy Can you add a brief description of your commit in your PR?
Sure, of course @james-le-twelve-labs
@andreipope Would you mind taking a quick review on Dmitrii's commit?
@andreipope Would you mind taking a quick review on Dmitrii's commit?
@james-le-twelve-labs Sure thing! Thanks for the heads-up.
In the last version of this README, we used an additional server component called launch + proxy server (file server) to make requests to the backend LangGraph.
Currently, we have a better separation. We are using an SDK to make requests to the LangGraph server directly without any additional steps and servers in the middle. Additionally, we have consolidated to a single server file called server to make requests to the Twelve Labs API (the list of the panel videos)
It will looks like this: Frontend SDK => Backend LangGraph Frontend => Proxy => Twelve Labs API's