⚠️ Repository Archived

July 18, 2025 · View on GitHub

image

CLOUD
POC


⚠️ Repository Archived

This repository is no longer maintained.
Please use the updated demo available here:
👉 Lakehouse AI: Deploy Your LLM Chatbot


🧠 Original Project Overview (Archived)

This solution accelerator demonstrated how to build a domain-specific Q&A bot using large language models (LLMs) and your own data. The application combined user questions with relevant documents to generate grounded responses.

The original project consisted of:

  • 01: Build Document Index
  • 02: Assemble Application
  • 03: Deploy Application

⚠️ Support Disclaimer

This project is provided as-is and is no longer actively supported by Databricks.
Please do not submit support tickets for this repository.
For the latest supported implementation, visit the new demo linked above.


© 2023 Databricks, Inc. All rights reserved. Source code is provided under the Databricks License.

Included Third-Party Libraries:

LibraryDescriptionLicenseSource
langchainLLM composability frameworkMIThttps://pypi.org/project/langchain/
tiktokenFast BPE tokenizer for OpenAI modelsMIThttps://pypi.org/project/tiktoken/
faiss-cpuSimilarity search and clustering for dense vectorsMIThttps://pypi.org/project/faiss-cpu/
openaiOpenAI API clientMIThttps://pypi.org/project/openai/