twelvelabs-io / tl-jockey

Jockey is a conversational video agent.
51 stars 13 forks source link

frontend_Readme_changes #56

Closed DmitriiTsy closed 3 months ago

DmitriiTsy commented 3 months ago

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

james-le-twelve-labs commented 3 months ago

@DmitriiTsy Can you add a brief description of your commit in your PR?

DmitriiTsy commented 3 months ago

Sure, of course @james-le-twelve-labs

james-le-twelve-labs commented 3 months ago

@andreipope Would you mind taking a quick review on Dmitrii's commit?

andreipope commented 3 months ago

@andreipope Would you mind taking a quick review on Dmitrii's commit?

@james-le-twelve-labs Sure thing! Thanks for the heads-up.