Spaces:
Runtime error
Runtime error
Commit
·
fb84872
1
Parent(s):
5b1d3e0
Add application files
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -12,6 +12,7 @@ lxml>=4.9.0
|
|
| 12 |
# Data handling
|
| 13 |
python-dotenv>=1.0.0
|
| 14 |
pandas>=2.1.4
|
|
|
|
| 15 |
|
| 16 |
# Vector Store and Embeddings
|
| 17 |
sentence-transformers>=2.3.1
|
|
|
|
| 12 |
# Data handling
|
| 13 |
python-dotenv>=1.0.0
|
| 14 |
pandas>=2.1.4
|
| 15 |
+
email-validator>=2.1.0
|
| 16 |
|
| 17 |
# Vector Store and Embeddings
|
| 18 |
sentence-transformers>=2.3.1
|