Python requirements
pip install llama-index llama-index-llms-groq llama-index-embeddings-huggingface gradio
Export Groq API key
export GROQ_API_KEY=gsk_xxxxxxxxxxxx
python index.py
python starter.py "Does ROSA support STS ?"
python chat.py
Python requirements
pip install llama-index llama-index-llms-groq llama-index-embeddings-huggingface gradio
Export Groq API key
export GROQ_API_KEY=gsk_xxxxxxxxxxxx
python index.py
python starter.py "Does ROSA support STS ?"
python chat.py