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
Profile picture
CheekyFrog80
Moderator
1 Question, 2 Answers
  Active since 02 August 2023
  Last activity 9 months ago

Reputation

0

Badges 1

2 × Eureka!
0 Votes
3 Answers
535 Views
0 Votes 3 Answers 535 Views
9 months ago
0 Hi Everyone, In The Clearml Agent, I Use The Poetry Package Manager. By Default, Poetry Install Is Executed In The Main Directory. Can The Agent Be Set Up So That Poetry Install Is Based On Pyproject.Toml And Poetry Lock In One Of The Subdirectories?

Hey, I set this flag as you told me, but despite this, the clearml agent still installs dependencies from the main directory. My version of the clearml agent is 1.5.1 and the configuration is:
agent.package_manager.type = poetry
agent.package_manager.pip_version.0 = <20.2 ; python_version < '3.10'
agent.package_manager.pip_version.1 = <22.3 ; python_version >= '3.10'
agent.package_manager.system_site_packages = false
agent.package_manager.force_upgrade = false
agent.package_manager.conda_chan...

9 months ago