From a2ad7fe791d388ba600f05092ed221b807ee7e77 Mon Sep 17 00:00:00 2001 From: PhilipMay Date: Sun, 31 Dec 2023 22:06:46 +0100 Subject: [PATCH] Update ArangoDB configuration --- mltb2/arangodb.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mltb2/arangodb.py b/mltb2/arangodb.py index e2ff33f..4b0715e 100644 --- a/mltb2/arangodb.py +++ b/mltb2/arangodb.py @@ -67,9 +67,9 @@ def from_config_file(cls, config_file_name, aql_overwrite: Optional[str] = None) hosts="https://arangodb.com" db_name="my_ml_database" - username="PhilipMay" + username="my_username" password="secret" - collection_name="my_ml_data" + collection_name="my_ml_data_collection" attribute_name="processing_metadata" batch_size=100