# Example projects and recipes
## Recipes and example code
LanceDB provides language APIs, allowing you to embed a database in your language of choice.
* π [Python](examples_python.md) examples
* πΎ [JavaScript](examples_js.md) examples
* π¦ Rust examples (coming soon)
## Applications powered by LanceDB
| Project Name | Description |
| --- | --- |
| **Ultralytics Explorer π**
[](https://docs.ultralytics.com/datasets/explorer/)
[](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π€**
[](https://github.com/lancedb/lancedb-vercel-chatbot)
[](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.. |