Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Phoenix21/ChatBotAgenticRAG
Phoenix21
/
ChatBotAgenticRAG_dup
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Phoenix21
commited on
13 days ago
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