Spaces:
Runtime error
Runtime error
Create constants.py
Browse files- constants.py +3 -0
constants.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
WEBSITE_URL = "https://jobs.excelcult.com/wp-sitemap-posts-post-1.xml"
|
2 |
+
PINECONE_ENVIRONMENT = "gcp-starter"
|
3 |
+
PINECONE_INDEX = "chatbot"
|