Spaces:
Sleeping
Sleeping
File size: 314 Bytes
1b32752 | 1 2 3 4 5 6 7 8 9 10 | app_name="Ministry of External Affairs" #app name
website_name="Ministry of External Affairs"
PINECONE_INDEX="mea"
DATABASE="chatbots"
CHUNK_COLLECTION="mea_chunks" #chunks get stored here
CHAT_COLLECTION="mea_chat" #here the chats gets stored
base_url = "https://www.mea.gov.in/" #base url of the website
|