Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Unanswered
When Trying To Run My Agent With Poetry As Package Manager (Could Also Be With Pip, But Definitely With Poetry), Strange Things Seem To Happen When Trying To Execute A Pipeline:


Relevant pipeline logs:

1721797252114 myDNSName:cpu:1:service:a6d316cad2b54f36a0cb960dc04e5ab7 DEBUG Installing dependencies from lock file

Package operations: 26 installs, 0 updates, 0 removals

  - Installing attrs (23.2.0)
  - Installing rpds-py (0.19.0)
  - Installing referencing (0.35.1)
  - Installing six (1.16.0)
  - Installing certifi (2024.7.4)
  - Installing charset-normalizer (3.3.2)
  - Installing idna (3.7)
  - Installing jsonschema-specifications (2023.12.1)
  - Installing orderedmultidict (1.0.1)
  - Installing urllib3 (2.2.2)
  - Installing furl (2.1.3)
  - Installing jsonschema (4.23.0)
  - Installing pathlib2 (2.3.7.post1)
  - Installing numpy (2.0.1)
  - Installing pyjwt (2.8.0)
  - Installing pyparsing (3.1.2)
  - Installing pillow (10.4.0)
  - Installing psutil (6.0.0)
  - Installing python-dateutil (2.9.0.post0)
  - Installing pytz (2024.1)
  - Installing pyyaml (6.0.1)
  - Installing requests (2.32.3)
  - Installing tzdata (2024.1)

1721797262143 myDNSName:cpu:1:service:a6d316cad2b54f36a0cb960dc04e5ab7 DEBUG   - Installing clearml (1.16.2)
  - Installing pandas (2.2.2)
  - Installing psycopg2-binary (2.9.9)

1721797267204 myDNSName:cpu:1:service:a6d316cad2b54f36a0cb960dc04e5ab7 DEBUG
Installing the current project: clearml_showcase (0.1)
DEBUG:clearml_agent.helper.package.poetry_api:running: Executing: ('poetry', 'show')

1721797272278 myDNSName:cpu:1:service:a6d316cad2b54f36a0cb960dc04e5ab7 DEBUG DEBUG:urllib3.connectionpool:Resetting dropped connection: serverIPAddress
DEBUG:urllib3.connectionpool:
 "GET /v2.14/tasks.get_all HTTP/1.1" 200 440
DEBUG:urllib3.connectionpool:Resetting dropped connection: serverIPAddress
DEBUG:urllib3.connectionpool:
 "GET /v2.5/tasks.set_requirements HTTP/1.1" 200 306
Running task id [a6d316cad2b54f36a0cb960dc04e5ab7]:
[.]$ poetry run python -u main_pipeline.py
Summary - installed python packages:
pip:
- 'attrs==23.2.0 # Classes Without Boilerplate'
- 'certifi==2024.7.4 # Python package for providing Mozilla''...'
- 'charset-normalizer==3.3.2 # The Real First Universal Charset Dete...'
- 'clearml==1.16.2 # ClearML - Auto-Magical Experiment Man...'
- 'furl==2.1.3 # URL manipulation made simple.'
- 'idna==3.7 # Internationalized Domain Names in App...'
- 'jsonschema==4.23.0 # An implementation of JSON Schema vali...'
- 'jsonschema-specifications==2023.12.1 # The JSON Schema meta-schemas and voca...'
- 'numpy==2.0.1 # Fundamental package for array computi...'
- 'orderedmultidict==1.0.1 # Ordered Multivalue Dictionary'
- 'pandas==2.2.2 # Powerful data structures for data ana...'
- 'pathlib2==2.3.7.post1 # Object-oriented filesystem paths'
- 'pillow==10.4.0 # Python Imaging Library (Fork)'
- 'psutil==6.0.0 # Cross-platform lib for process and sy...'
- 'psycopg2-binary==2.9.9 # psycopg2 - Python-PostgreSQL Database...'
- 'pyjwt==2.8.0 # JSON Web Token implementation in Python'
- 'pyparsing==3.1.2 # pyparsing module - Classes and method...'
- 'python-dateutil==2.9.0.post0 # Extensions to the standard Python dat...'
- 'pytz==2024.1 # World timezone definitions, modern an...'
- 'pyyaml==6.0.1 # YAML parser and emitter for Python'
- 'referencing==0.35.1 # JSON Referencing + Python'
- 'requests==2.32.3 # Python HTTP for Humans.'
- 'rpds-py==0.19.0 # Python bindings to Rust''s persistent ...'
- 'six==1.16.0 # Python 2 and 3 compatibility utilities'
- 'tzdata==2024.1 # Provider of IANA time zone data'
- 'urllib3==2.2.2 # HTTP library with thread-safe connect...'

Environment setup completed successfully

DEBUG:urllib3.connectionpool:Resetting dropped connection: serverIPAddress
DEBUG:urllib3.connectionpool:
 "GET /v2.5/tasks.started HTTP/1.1" 200 394
Starting Task Execution:


1721797282293 myDNSName:cpu:1:service:a6d316cad2b54f36a0cb960dc04e5ab7 DEBUG ClearML results page: 

ClearML pipeline page: 

Starting the pipeline in queue  pipeline
Launching the next 1 steps
Launching step [create_labeled_dataset]

1721797287329 myDNSName:cpu:1:service:a6d316cad2b54f36a0cb960dc04e5ab7 DEBUG Launching step: create_labeled_dataset
Parameters:
None
Configurations:
{}
Overrides:
{}

1721797307400 myDNSName:cpu:1:service:a6d316cad2b54f36a0cb960dc04e5ab7 DEBUG Launching the next 0 steps

1721797317450 myDNSName:cpu:1:service:a6d316cad2b54f36a0cb960dc04e5ab7 DEBUG Setting pipeline controller Task as failed (due to failed steps) !

1721797317478 myDNSName:cpu:1:service:a6d316cad2b54f36a0cb960dc04e5ab7 DEBUG Process completed successfully
  
  
Posted one month ago
22 Views
0 Answers
one month ago
one month ago