Spaces:
Sleeping
Sleeping
| 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 |