Skip to content

Commit

Permalink
Update ArangoDB configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay committed Dec 31, 2023
1 parent d549eac commit a2ad7fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mltb2/arangodb.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2ad7fe

Please sign in to comment.