Implementing semantic search for cos.tv videos using the Ada model v2 of openAI.
Using the API endpoint provided by costv-retrieval-plugin, retrieve video data from cos.tv.
Click the demo link or clone/download the repository on your local machine.
Create a config.js file in api folder inside src folders. In config.js file write
export const apiHost = "YOUR_API_HOST";
export const apiToken = "YOUR_API_TOKEN"
yarn install
yarn start
This project was bootstrapped with Snap Shot.