Home Explore Blog CI



docker

3rd chunk of `content/guides/genai-video-bot/index.md`
534edc95e83145a3eb045712cabad0da842102bbf7614374000000010000045f


   You can now access the dockerbot service on port `8504` and ask questions
   about the videos.

## Using the dockerbot service

The dockerbot service is a question-answering service that leverages both the
Pinecone database and an AI model to provide responses. The following steps show
how to use the service.

> [!NOTE]
>
> You must process at least one video via the
> [yt-whisper service](#using-the-yt-whisper-service) before using
> the dockerbot service.

1. Open a browser and access the service at
   [http://localhost:8504](http://localhost:8504).

2. In the **What do you want to know about your videos?** text box, ask the
   Dockerbot a question about a video that was processed by the yt-whisper
   service. The following example asks the question, "What is a sugar cookie?".
   The answer to that question exists in the video processed in the previous
   example,
   [https://www.youtube.com/watch?v=yaQZFhrW0fU](https://www.youtube.com/watch?v=yaQZFhrW0fU).

   

Title: Using the dockerbot Service for Question Answering on Indexed Videos
Summary
This section explains how to use the dockerbot service, a question-answering tool that utilizes the Pinecone database and an AI model to answer questions about previously processed videos. Before using dockerbot, at least one video must be processed via the yt-whisper service. Users can access the dockerbot service through a web interface and ask questions related to the content of the indexed videos. The service provides answers based on the information stored in the Pinecone database and includes links to specific timestamps within the videos for further context.