From 7f15b07df98211a7e144793d0445bf6d2d22b9cb Mon Sep 17 00:00:00 2001 From: Kadir Nar <kadir.nar@hotmail.com> Date: Sat, 3 Feb 2024 11:24:20 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=B0=20Update=20youtube=5Fbot=20folder?= =?UTF-8?q?=20name=20(#131)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- examples/{youtube_bot => Youtube-Search-QA-Bot}/README.md | 0 examples/{youtube_bot => Youtube-Search-QA-Bot}/index.js | 0 examples/{youtube_bot => Youtube-Search-QA-Bot}/main.ipynb | 0 examples/{youtube_bot => Youtube-Search-QA-Bot}/main.py | 0 examples/{youtube_bot => Youtube-Search-QA-Bot}/test.py | 0 6 files changed, 1 insertion(+), 1 deletion(-) rename examples/{youtube_bot => Youtube-Search-QA-Bot}/README.md (100%) rename examples/{youtube_bot => Youtube-Search-QA-Bot}/index.js (100%) rename examples/{youtube_bot => Youtube-Search-QA-Bot}/main.ipynb (100%) rename examples/{youtube_bot => Youtube-Search-QA-Bot}/main.py (100%) rename examples/{youtube_bot => Youtube-Search-QA-Bot}/test.py (100%) diff --git a/README.md b/README.md index 3e063b64..e91c5ee8 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ If you're looking for in-depth tutorial-like examples, checkout the [tutorials]( | Example | Notebook & Scripts | Read The Blog! | |-------- | ------------- | ------------- | | | | | -| [Youtube transcript search bot](/examples/youtube_bot/) | <a href="https://colab.research.google.com/github/lancedb/vectordb-recipes/blob/main/examples/youtube_bot/main.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a> [![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)](./examples/youtube_bot/main.py) [![JS](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)](./examples/youtube_bot/index.js)|| +| [Youtube transcript search bot](/examples/Youtube-Search-QA-Bot/) | <a href="https://colab.research.google.com/github/lancedb/vectordb-recipes/blob/main/examples/Youtube-Search-QA-Bot/main.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a> [![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)](./examples/Youtube-Search-QA-Bot/main.py) [![JS](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)](./examples/Youtube-Search-QA-Bot/index.js)|| | [Langchain: Code Docs QA bot](/examples/Code-Documentation-QA-Bot/) | <a href="https://colab.research.google.com/github/lancedb/vectordb-recipes/blob/main/examples/Code-Documentation-QA-Bot/main.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a>[![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)](./examples/Code-Documentation-QA-Bot/main.py)[![JS](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)](./examples/Code-Documentation-QA-Bot/index.js)|| | [AI Agents: Reducing Hallucination](/examples/reducing_hallucinations_ai_agents/) | <a href="https://colab.research.google.com/github/lancedb/vectordb-recipes/blob/main/examples/reducing_hallucinations_ai_agents/main.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a> [![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)](./examples/reducing_hallucinations_ai_agents/main.py) [![JS](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)](./examples/reducing_hallucinations_ai_agents/index.js)| [![Medium](https://img.shields.io/badge/Medium-12100E?style=for-the-badge&logo=medium&logoColor=white)](https://blog.lancedb.com/how-to-reduce-hallucinations-from-llm-powered-agents-using-long-term-memory-72f262c3cc1f)| | [Multimodal CLIP: DiffusionDB](/examples/multimodal_clip/) | <a href="https://colab.research.google.com/github/lancedb/vectordb-recipes/blob/main/examples/multimodal_clip/main.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a>[![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)](./examples/multimodal_clip/main.py)| [![Medium](https://img.shields.io/badge/Medium-12100E?style=for-the-badge&logo=medium&logoColor=white)](https://medium.com/etoai/multi-modal-ai-made-easy-with-lancedb-clip-5aaf8801c939)| diff --git a/examples/youtube_bot/README.md b/examples/Youtube-Search-QA-Bot/README.md similarity index 100% rename from examples/youtube_bot/README.md rename to examples/Youtube-Search-QA-Bot/README.md diff --git a/examples/youtube_bot/index.js b/examples/Youtube-Search-QA-Bot/index.js similarity index 100% rename from examples/youtube_bot/index.js rename to examples/Youtube-Search-QA-Bot/index.js diff --git a/examples/youtube_bot/main.ipynb b/examples/Youtube-Search-QA-Bot/main.ipynb similarity index 100% rename from examples/youtube_bot/main.ipynb rename to examples/Youtube-Search-QA-Bot/main.ipynb diff --git a/examples/youtube_bot/main.py b/examples/Youtube-Search-QA-Bot/main.py similarity index 100% rename from examples/youtube_bot/main.py rename to examples/Youtube-Search-QA-Bot/main.py diff --git a/examples/youtube_bot/test.py b/examples/Youtube-Search-QA-Bot/test.py similarity index 100% rename from examples/youtube_bot/test.py rename to examples/Youtube-Search-QA-Bot/test.py