**Chatbot applications with LanceDB πŸ€–** ==================================================================== Create innovative chatbot applications that utilizes LanceDB for efficient vector-based response generation! 🌐✨ **Introduction πŸ‘‹βœ¨** Users can input their queries, allowing the chatbot to retrieve relevant context seamlessly. πŸ”πŸ“š This enables the generation of coherent and context-aware replies that enhance user experience. 🌟🀝 Dive into the world of advanced conversational AI and streamline interactions with powerful data management! πŸš€πŸ’‘ | **Chatbot** | **Description** | **Links** | |:----------------|:-----------------|:-----------| | **Databricks DBRX Website Bot ⚑️** | Engage with the **Hogwarts chatbot**, that uses Open-source RAG with **DBRX**, **LanceDB** and **LLama-index with Hugging Face Embeddings**, to provide interactive and engaging user experiences. ✨ | [![GitHub](../../assets/github.svg)][databricks_github]
[![Python](../../assets/python.svg)][databricks_python] | | **CLI SDK Manual Chatbot Locally πŸ’»** | CLI chatbot for SDK/hardware documents using **Local RAG** with **LLama3**, **Ollama**, **LanceDB**, and **Openhermes Embeddings**, built with **Phidata** Assistant and Knowledge Base πŸ€– | [![GitHub](../../assets/github.svg)][clisdk_github]
[![Python](../../assets/python.svg)][clisdk_python] | | **Youtube Transcript Search QA Bot πŸ“Ή** | Search through **youtube transcripts** using natural language with a Q&A bot, leveraging **LanceDB** for effortless data storage and management πŸ’¬ | [![GitHub](../../assets/github.svg)][youtube_github]
[![Open In Collab](../../assets/colab.svg)][youtube_colab]
[![Python](../../assets/python.svg)][youtube_python] | | **Code Documentation Q&A Bot with LangChain πŸ€–** | Query your own documentation easily using questions in natural language with a Q&A bot, powered by **LangChain** and **LanceDB**, demonstrated with **Numpy 1.26 docs** πŸ“š | [![GitHub](../../assets/github.svg)][docs_github]
[![Open In Collab](../../assets/colab.svg)][docs_colab]
[![Python](../../assets/python.svg)][docs_python] | | **Context-aware Chatbot using Llama 2 & LanceDB πŸ€–** | Build **conversational AI** with a **context-aware chatbot**, powered by **Llama 2**, **LanceDB**, and **LangChain**, that enables intuitive and meaningful conversations with your data πŸ“šπŸ’¬ | [![GitHub](../../assets/github.svg)][aware_github]
[![Open In Collab](../../assets/colab.svg)][aware_colab]
[![Ghost](../../assets/ghost.svg)][aware_ghost] | | **Chat with csv using Hybrid Search πŸ“Š** | **Chat** application that interacts with **CSV** and **Excel files** using **LanceDB’s** hybrid search capabilities, performing direct operations on large-scale columnar data efficiently πŸš€ | [![GitHub](../../assets/github.svg)][csv_github]
[![Open In Collab](../../assets/colab.svg)][csv_colab]
[![Ghost](../../assets/ghost.svg)][csv_ghost] | [databricks_github]: https://github.com/lancedb/vectordb-recipes/blob/main/examples/databricks_DBRX_website_bot [databricks_python]: https://github.com/lancedb/vectordb-recipes/blob/main/examples/databricks_DBRX_website_bot/main.py [clisdk_github]: https://github.com/lancedb/vectordb-recipes/blob/main/examples/CLI-SDK-Manual-Chatbot-Locally [clisdk_python]: https://github.com/lancedb/vectordb-recipes/blob/main/examples/CLI-SDK-Manual-Chatbot-Locally/assistant.py [youtube_github]: https://github.com/lancedb/vectordb-recipes/blob/main/examples/Youtube-Search-QA-Bot [youtube_colab]: https://colab.research.google.com/github/lancedb/vectordb-recipes/blob/main/examples/Youtube-Search-QA-Bot/main.ipynb [youtube_python]: https://github.com/lancedb/vectordb-recipes/blob/main/examples/Youtube-Search-QA-Bot/main.py [docs_github]: https://github.com/lancedb/vectordb-recipes/blob/main/examples/Code-Documentation-QA-Bot [docs_colab]: https://colab.research.google.com/github/lancedb/vectordb-recipes/blob/main/examples/Code-Documentation-QA-Bot/main.ipynb [docs_python]: https://github.com/lancedb/vectordb-recipes/blob/main/examples/Code-Documentation-QA-Bot/main.py [aware_github]: https://github.com/lancedb/vectordb-recipes/blob/main/tutorials/chatbot_using_Llama2_&_lanceDB [aware_colab]: https://colab.research.google.com/github/lancedb/vectordb-recipes/blob/main/tutorials/chatbot_using_Llama2_&_lanceDB/main.ipynb [aware_ghost]: https://blog.lancedb.com/context-aware-chatbot-using-llama-2-lancedb-as-vector-database-4d771d95c755 [csv_github]: https://github.com/lancedb/vectordb-recipes/tree/main/examples/archived_examples/Chat_with_csv_file [csv_colab]: https://colab.research.google.com/github/lancedb/vectordb-recipes/blob/main/examples/archived_examples/Chat_with_csv_file/main.ipynb [csv_ghost]: https://blog.lancedb.com/p/d8c71df4-e55f-479a-819e-cde13354a6a3/