akshansh36 commited on
Commit
1b32752
·
verified ·
1 Parent(s): eb37ae3

Create config.py

Browse files
Files changed (1) hide show
  1. src/config.py +9 -0
src/config.py ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ app_name="Ministry of External Affairs" #app name
2
+ website_name="Ministry of External Affairs"
3
+ PINECONE_INDEX="mea"
4
+ DATABASE="chatbots"
5
+ CHUNK_COLLECTION="mea_chunks" #chunks get stored here
6
+ CHAT_COLLECTION="mea_chat" #here the chats gets stored
7
+ base_url = "https://www.mea.gov.in/" #base url of the website
8
+
9
+