From b46edae4f1fd19f5398c40189059532ee2534afd Mon Sep 17 00:00:00 2001 From: CocoIndex Dev Date: Wed, 9 Apr 2025 16:24:11 -0700 Subject: [PATCH 1/2] Update README.md --- examples/code_embedding/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/code_embedding/README.md b/examples/code_embedding/README.md index 6f5566428..b5b8ac4d2 100644 --- a/examples/code_embedding/README.md +++ b/examples/code_embedding/README.md @@ -9,6 +9,8 @@ Please give [Cocoindex on Github](https://github.com/cocoindex-io/cocoindex) a s You can find a detailed blog post with step by step tutorial and explanations [here](https://cocoindex.io/blogs/index-code-base-for-rag). +[![Watch the video](https://github.com/user-attachments/assets/00799cae-7937-441b-92ad-c667b4437879)](https://youtu.be/G3WstvhHO24?si=Bnxu67Ax5Lv8b-J2) + ## Prerequisite [Install Postgres](https://cocoindex.io/docs/getting_started/installation#-install-postgres) if you don't have one. From d5117a26dbcd11b32dc89a55ce97b904ed1f1a0c Mon Sep 17 00:00:00 2001 From: CocoIndex Dev Date: Wed, 9 Apr 2025 16:26:01 -0700 Subject: [PATCH 2/2] Update README.md --- examples/code_embedding/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/code_embedding/README.md b/examples/code_embedding/README.md index b5b8ac4d2..8672f682e 100644 --- a/examples/code_embedding/README.md +++ b/examples/code_embedding/README.md @@ -7,9 +7,9 @@ In this example, we will build an embedding index for a codebase using CocoIndex Please give [Cocoindex on Github](https://github.com/cocoindex-io/cocoindex) a star to support us if you like our work. Thank you so much with a warm coconut hug 🥥🤗. [![GitHub](https://img.shields.io/github/stars/cocoindex-io/cocoindex?color=5B5BD6)](https://github.com/cocoindex-io/cocoindex) -You can find a detailed blog post with step by step tutorial and explanations [here](https://cocoindex.io/blogs/index-code-base-for-rag). - -[![Watch the video](https://github.com/user-attachments/assets/00799cae-7937-441b-92ad-c667b4437879)](https://youtu.be/G3WstvhHO24?si=Bnxu67Ax5Lv8b-J2) +## Tutorials +- Blog with step by step tutorial [here](https://cocoindex.io/blogs/index-code-base-for-rag). +- Video walkthrough [here](https://youtu.be/G3WstvhHO24?si=Bnxu67Ax5Lv8b-J2) ## Prerequisite