Skip to content

Commit 231e6ae

Browse files
committed
adding redis-developer github link to vector qa tutorial
1 parent 8d55b2f commit 231e6ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/howtos/solutions/vector/video-qa/index-video-qa.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This tutorial focuses on building a Q&A answer engine for video content. It will
2323
Below is a command to the clone the source code for the application used in this tutorial
2424

2525
```bash
26-
git clone https://github.com/wjohnsto/genai-qa-videos
26+
git clone https://github.com/redis-developer/video-qa-semantic-vector-caching
2727
```
2828

2929
:::
@@ -123,7 +123,7 @@ Redis is used as our database to store and retrieve data efficiently. You can st
123123
First, clone the repository containing our project:
124124

125125
```bash
126-
git clone https://github.com/wjohnsto/genai-qa-videos
126+
git clone https://github.com/redis-developer/video-qa-semantic-vector-caching
127127
```
128128

129129
### Installing Dependencies
@@ -828,7 +828,7 @@ Below are a couple screenshots from the application to see what it looks like wh
828828

829829
In this tutorial, we've explored how to build an AI-powered video Q&A application using Redis, LangChain, and various other technologies. We've covered setting up the environment, processing video uploads, and implementing search functionality. You also saw how to use Redis as a `vector store` and `semantic vector cache`.
830830

831-
> NOTE: Not included in this tutorial is an overview of the frontend `Next.js` app. However, you can find the code in the [GitHub repository](https://github.com/wjohnsto/genai-qa-videos) in the `app` directory.
831+
> NOTE: Not included in this tutorial is an overview of the frontend `Next.js` app. However, you can find the code in the [GitHub repository](https://github.com/redis-developer/video-qa-semantic-vector-caching) in the `app` directory.
832832
833833
### Key takeaways
834834

0 commit comments

Comments
 (0)