A Retrieval-Augmented Generation (RAG)-based AI assistant for ZAP, enabling users to ask detailed questions on ZAP documentation and Matter XMLs.
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Run the following command to create a .env file:
cp .env.example .env
Then open .env and replace the placeholder with your own Silabs LiteLLM API key.
You can run the application in two ways:
- From the command line:
python run-cli.py - From the Web UI:
streamlit run app.py