AgenticAI-RAG / scripts /start_ui.sh
GreymanT's picture
Upload 80 files
8bf4d58 verified
raw
history blame contribute delete
253 Bytes
#!/bin/bash
# Script to start the Streamlit UI
cd "$(dirname "$0")/.."
echo "Starting Agentic RAG Streamlit UI..."
echo "UI will be available at http://localhost:8501"
echo "Press Ctrl+C to stop the server"
echo ""
streamlit run ui/streamlit_app.py