We need a setup that allows anyone to update the index and API key, enabling them to launch Jockey (backend + frontend) for customers in just a few minutes
Frontend
Provide two input fields (on the first main screen of Jockey frontend) : IndexID and APIKey.
When users fill in these fields and press the button, a call will first be made to verify if this combination of IndexID and APIKey exists in Twelve Labs. If it does:
Notify the user that verification is complete, and push these keys through a function to the server side.
Launch the server container and notify the user that the container is available, allowing them to start chatting
@james-le-twelve-labs Let me know what do you think about this approach here
We need a setup that allows anyone to update the index and API key, enabling them to launch Jockey (backend + frontend) for customers in just a few minutes