Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
Phoenix21/ChatBotAgenticRAG_dup2
Phoenix21
/
ChatBotAgenticRAG1
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
71f311a
ChatBotAgenticRAG1
/
setup.sh
Phoenix21
Create setup.sh
9a91549
verified
over 1 year 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