Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hetvaghasia39
/
RAG
like
0
Running
App
Files
Files
Community
b7a96ac
RAG
/
settings.py
h3110Fr13nd
scraping script and urls
116c6eb
7 months ago
raw
Copy download link
history
blame
Safe
176 Bytes
# settings.py
SPLASH_URL =
'http://192.168.29.74:8050'
DOWNLOADER_MIDDLEWARES = {
'scrapyjs.SplashMiddleware'
:
725
,
}
DUPEFILTER_CLASS =
'scrapyjs.SplashAwareDupeFilter'