This folder contains a Streamlit app designed that is designed to help you create and iterate on your semantic models for the Cortex Analyst feature.
The app currently supports two types of flows:
![]() |
![]() |
Iteration · so you can iterate on your existing semantic model by trying it live in a chat UI! | Builder · so you can create and refine a semantic model from scratch! |
- Install all dependencies by running the following Makefile command from the root repo:
make setup_admin_app
- Run the following command from the root repo:
python -m streamlit run admin_apps/app.py
# Depending on how your python is installed, you may need to specify the python version e.g:
python3.11 -m streamlit run admin_apps/app.py
Alternatively, you can use the Make target from the root directory:
make run_admin_app
- Enjoy!