# **Multimodal Search with LanceDB π€ΉββοΈπ**
Using LanceDB's multimodal capabilities, combine text and image queries to find the most relevant results in your corpus ! ππ‘
**Explore the Future of Search π**
LanceDB supports multimodal search by indexing and querying vector representations of text and image data π€. This enables efficient retrieval of relevant documents and images using vector-based similarity search π. The platform facilitates cross-modal search, allowing for text-image and image-text retrieval, and supports scalable indexing of high-dimensional vector spaces π».
| **Multimodal** | **Description** | **Links** |
|:----------------|:-----------------|:-----------|
| **Multimodal CLIP: DiffusionDB ππ₯** | Multi-Modal Search with **CLIP** and **LanceDB** Using **DiffusionDB** Data for Combined Text and Image Understanding ! π | [][Clip_diffusionDB_github]
[][Clip_diffusionDB_colab]
[][Clip_diffusionDB_python]
[][Clip_diffusionDB_ghost] |
| **Multimodal CLIP: Youtube Videos πΉπ** | Search **Youtube videos** using Multimodal CLIP, finding relevant content with ease and accuracy! π― | [][Clip_youtube_github]
[][Clip_youtube_colab]
[][Clip_youtube_python]
[][Clip_youtube_python] |
| **Multimodal Image + Text Search πΈπ** | Find **relevant documents** and **images** with a single query using **LanceDB's** multimodal search capabilities, to seamlessly integrate text and visuals ! π | [](https://github.com/lancedb/vectordb-recipes/tree/main/examples/archived_examples/multimodal_search)
[](https://colab.research.google.com/github/lancedb/vectordb-recipes/blob/main/examples/archived_examples/multimodal_search/main.ipynb)
[](https://github.com/lancedb/vectordb-recipes/blob/main/examples/multimodal_search/main.py)
[](https://blog.lancedb.com/multi-modal-ai-made-easy-with-lancedb-clip-5aaf8801c939/) |
| **Cambrian-1: Vision-Centric Image Exploration ππ** | Learn how **Cambrian-1** works, using an example of **Vision-Centric** exploration on images found through vector search ! Work on **Flickr-8k** dataset π | [](https://www.kaggle.com/code/prasantdixit/cambrian-1-vision-centric-exploration-of-images/)
[](https://blog.lancedb.com/cambrian-1-vision-centric-exploration/) |
[Clip_diffusionDB_github]: https://github.com/lancedb/vectordb-recipes/blob/main/examples/multimodal_clip_diffusiondb
[Clip_diffusionDB_colab]: https://colab.research.google.com/github/lancedb/vectordb-recipes/blob/main/examples/multimodal_clip_diffusiondb/main.ipynb
[Clip_diffusionDB_python]: https://github.com/lancedb/vectordb-recipes/blob/main/examples/multimodal_clip_diffusiondb/main.py
[Clip_diffusionDB_ghost]: https://blog.lancedb.com/multi-modal-ai-made-easy-with-lancedb-clip-5aaf8801c939/
[Clip_youtube_github]: https://github.com/lancedb/vectordb-recipes/blob/main/examples/multimodal_video_search
[Clip_youtube_colab]: https://colab.research.google.com/github/lancedb/vectordb-recipes/blob/main/examples/multimodal_video_search/main.ipynb
[Clip_youtube_python]: https://github.com/lancedb/vectordb-recipes/blob/main/examples/multimodal_video_search/main.py
[Clip_youtube_ghost]: https://blog.lancedb.com/multi-modal-ai-made-easy-with-lancedb-clip-5aaf8801c939/