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:
Phoenix21
/
ChatBotAgenticRAG
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Phoenix21
commited on
Jan 11, 2025
Commit
9a91549
·
verified
·
1 Parent(s):
2679d58
Create setup.sh
Browse files
Files changed (1)
hide
show
setup.sh
+7
-0
setup.sh
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
#!/bin/bash
2
+
3
+
# Install dependencies from requirements.txt
4
+
pip install -r requirements.txt
5
+
6
+
# Install the spaCy model
7
+
python -m spacy download en_core_web_sm