Spaces:
Sleeping
Sleeping
File size: 279 Bytes
ce0579f |
1 2 3 4 5 6 7 |
SERVER_PORT = '8081'
SERVER_HOST = 'localhost'
VECTOR_DB_URI = '/api/create/vectordb'
VECTOR_STORE_API_URL = 'http://' + SERVER_HOST + ':' + SERVER_PORT+ VECTOR_DB_URI
MAPPING_URI = '/api/create/mapping'
MAPPING_API_URL = 'http://' + SERVER_HOST + ':' + SERVER_PORT+ MAPPING_URI |