From d297da5a7e9d2bc1beda11528686fa70bcc2906a Mon Sep 17 00:00:00 2001 From: Rithik Kumar <46047011+rithikJha@users.noreply.github.com> Date: Thu, 1 Aug 2024 18:54:45 +0530 Subject: [PATCH] docs: update examples docs (#1488) Testing Workflow with my first PR. Before: ![Screenshot 2024-08-01 183326](https://github.com/user-attachments/assets/83d22101-8bbf-4b18-81e4-f740e605727a) After: ![Screenshot 2024-08-01 183333](https://github.com/user-attachments/assets/a5e4cd2c-c524-4009-81d5-75b2b0361f83) --- docs/src/examples/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/examples/index.md b/docs/src/examples/index.md index 885e80b1b6..f31ea3f95d 100644 --- a/docs/src/examples/index.md +++ b/docs/src/examples/index.md @@ -10,7 +10,7 @@ LanceDB provides language APIs, allowing you to embed a database in your languag ## Applications powered by LanceDB -| Project Name | Description | Screenshot | -|-----------------------------------------------------|----------------------------------------------------------------------------------------------------------------------|-------------------------------------------| -| [YOLOExplorer](https://github.com/lancedb/yoloexplorer) | Iterate on your YOLO / CV datasets using SQL, Vector semantic search, and more within seconds | ![YOLOExplorer](https://github.com/lancedb/vectordb-recipes/assets/15766192/ae513a29-8f15-4e0b-99a1-ccd8272b6131) | -| [Website Chatbot (Deployable Vercel Template)](https://github.com/lancedb/lancedb-vercel-chatbot) | Create a chatbot from the sitemap of any website/docs of your choice. Built using vectorDB serverless native javascript package. | ![Chatbot](../assets/vercel-template.gif) | +| Project Name | Description | +| --- | --- | +| **Ultralytics Explorer πŸš€**
[![Ultralytics](https://img.shields.io/badge/Ultralytics-Docs-green?labelColor=0f3bc4&style=flat-square&logo=https://cdn.prod.website-files.com/646dd1f1a3703e451ba81ecc/64994922cf2a6385a4bf4489_UltralyticsYOLO_mark_blue.svg&link=https://docs.ultralytics.com/datasets/explorer/)](https://docs.ultralytics.com/datasets/explorer/)
[![Open In Collab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ultralytics/ultralytics/blob/main/docs/en/datasets/explorer/explorer.ipynb) | - πŸ” **Explore CV Datasets**: Semantic search, SQL queries, vector similarity, natural language.
- πŸ–₯️ **GUI & Python API**: Seamless dataset interaction.
- ⚑ **Efficient & Scalable**: Leverages LanceDB for large datasets.
- πŸ“Š **Detailed Analysis**: Easily analyze data patterns.
- 🌐 **Browser GUI Demo**: Create embeddings, search images, run queries. | +| **Website ChatbotπŸ€–**
[![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/lancedb/lancedb-vercel-chatbot)
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Flancedb%2Flancedb-vercel-chatbot&env=OPENAI_API_KEY&envDescription=OpenAI%20API%20Key%20for%20chat%20completion.&project-name=lancedb-vercel-chatbot&repository-name=lancedb-vercel-chatbot&demo-title=LanceDB%20Chatbot%20Demo&demo-description=Demo%20website%20chatbot%20with%20LanceDB.&demo-url=https%3A%2F%2Flancedb.vercel.app&demo-image=https%3A%2F%2Fi.imgur.com%2FazVJtvr.png) | - 🌐 **Chatbot from Sitemap/Docs**: Create a chatbot using site or document context.
- πŸš€ **Embed LanceDB in Next.js**: Lightweight, on-prem storage.
- 🧠 **AI-Powered Context Retrieval**: Efficiently access relevant data.
- πŸ”§ **Serverless & Native JS**: Seamless integration with Next.js.
- ⚑ **One-Click Deploy on Vercel**: Quick and easy setup.. |