Skip to content

Latest commit

 

History

History
 
 

admin_apps

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Admin App

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!

Get started

  1. Install all dependencies by running the following Makefile command from the root repo:
make setup_admin_app
  1. 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
  1. Enjoy!