diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml
index 5040110c..b4eb29b9 100644
--- a/docs/mkdocs.yml
+++ b/docs/mkdocs.yml
@@ -233,13 +233,6 @@ nav:
- πΎ JavaScript (vectordb): javascript/modules.md
- πΎ JavaScript (lancedb): js/globals.md
- π¦ Rust: https://docs.rs/lancedb/latest/lancedb/
- - βοΈ LanceDB Cloud:
- - Overview: cloud/index.md
- - API reference:
- - π Python: python/saas-python.md
- - πΎ JavaScript: javascript/modules.md
- - REST API: cloud/rest.md
- - FAQs: cloud/cloud_faq.md
- Quick start: basic.md
- Concepts:
@@ -363,13 +356,6 @@ nav:
- Javascript (vectordb): javascript/modules.md
- Javascript (lancedb): js/globals.md
- Rust: https://docs.rs/lancedb/latest/lancedb/index.html
- - LanceDB Cloud:
- - Overview: cloud/index.md
- - API reference:
- - π Python: python/saas-python.md
- - πΎ JavaScript: javascript/modules.md
- - REST API: cloud/rest.md
- - FAQs: cloud/cloud_faq.md
extra_css:
- styles/global.css
diff --git a/docs/src/examples/index.md b/docs/src/examples/index.md
index c4491b29..6e505a2f 100644
--- a/docs/src/examples/index.md
+++ b/docs/src/examples/index.md
@@ -8,15 +8,5 @@ LanceDB provides language APIs, allowing you to embed a database in your languag
* πΎ [JavaScript](examples_js.md) examples
* π¦ Rust examples (coming soon)
-## Python 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.. |
-
-## Nodejs Applications powered by LanceDB
-
-| Project Name | Description |
-| --- | --- |
-| **Langchain Writing AssistantβοΈ **
[](https://github.com/lancedb/vectordb-recipes/tree/main/applications/node/lanchain_writing_assistant) | - **π Data Source Integration**: Use your own data by specifying data source file, and the app instantly processes it to provide insights.
- **π§ Intelligent Suggestions**: Powered by LangChain.js and LanceDB, it improves writing productivity and accuracy.
- **π‘ Enhanced Writing Experience**: It delivers real-time contextual insights and factual suggestions while the user writes. |
\ No newline at end of file
+!!! tip "Hosted LanceDB"
+ If you want S3 cost-efficiency and local performance via a simple serverless API, checkout **LanceDB Cloud**. For private deployments, high performance at extreme scale, or if you have strict security requirements, talk to us about **LanceDB Enterprise**. [Learn more](https://docs.lancedb.com/)
\ No newline at end of file
diff --git a/docs/src/index.md b/docs/src/index.md
index c2d59717..649efde0 100644
--- a/docs/src/index.md
+++ b/docs/src/index.md
@@ -4,6 +4,9 @@ LanceDB is an open-source vector database for AI that's designed to store, manag
Both the database and the underlying data format are designed from the ground up to be **easy-to-use**, **scalable** and **cost-effective**.
+!!! tip "Hosted LanceDB"
+ If you want S3 cost-efficiency and local performance via a simple serverless API, checkout **LanceDB Cloud**. For private deployments, high performance at extreme scale, or if you have strict security requirements, talk to us about **LanceDB Enterprise**. [Learn more](https://docs.lancedb.com/)
+

## Truly multi-modal