Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
@@ -3,6 +3,10 @@ requests>=2.32.3
|
|
3 |
beautifulsoup4>=4.12.3
|
4 |
python-dotenv>=1.0.0
|
5 |
|
|
|
|
|
|
|
|
|
6 |
# Vector RAG dependencies (optional)
|
7 |
sentence-transformers>=2.2.2
|
8 |
faiss-cpu==1.7.4
|
|
|
3 |
beautifulsoup4>=4.12.3
|
4 |
python-dotenv>=1.0.0
|
5 |
|
6 |
+
# Web Scraping service
|
7 |
+
crawl4ai==0.7.0
|
8 |
+
playwright==1.53.0
|
9 |
+
|
10 |
# Vector RAG dependencies (optional)
|
11 |
sentence-transformers>=2.2.2
|
12 |
faiss-cpu==1.7.4
|