This repository consists of a simple Streamlit chatbot application. It provides the user interface for a Retrieval Augmented Generation (RAG) based generative AI application on Databricks.
We deployed a test chat application to: https://zero-to-generative-ai.streamlit.app/
To learn more, see Zero to Generative AI with Databricks and AWS.
-
Clone the repository and create a Python Virtual environment.
-
Run the following commands:
pip install streamlit
pip install boto3
python -m streamlit run app.py
- Configure your Databricks Personal Access Token (PAT) and model serving endpoint URL using the user interface.
See CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.