Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Phoenix21/ChatBotAgenticRAG
Phoenix21
/
ChatBotAgenticRAG_dup
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3c486f4
ChatBotAgenticRAG_dup
/
setup.sh
Phoenix21
Create setup.sh
9a91549
verified
16 days ago
raw
Copy download link
history
blame
Safe
157 Bytes
#!/bin/bash
# Install dependencies from requirements.txt
pip install -r requirements.txt
# Install the spaCy model
python -m spacy download en_core_web_sm