mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-02-05 22:43:08 +00:00
* Move each haystack module's logger configuration into the respective file and configure the handlers properly * Implement most changes from #1714 * Remove accidentally committed git merge tags ':D * Remove the debug logs capture feature * Remove more references to debug_logs * Fix issue with FARMReader that somehow made it to master * Add devices parameter to Inferencer * Change log of APEX message to DEBUG and lower the 'Starting <docstore>...' messages to DEBUG as well * Change log level of a few logs from modeling * Silence the transformers warning * Remove empty line below the workers :) * Fix two more levels in the tutorials logs Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: bogdankostic <bogdankostic@web.de>
103 lines
2.9 KiB
Python
103 lines
2.9 KiB
Python
FLOWERS = """
|
|
|
|
vVVVv vVVVv
|
|
(___) vVVVv (___) vVVVv
|
|
~Y~ (___) ~Y~ (___)
|
|
\| \~Y~/ \| \~Y~/
|
|
\\|// \\|// \\|// \\|//
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
"""
|
|
|
|
SAMPLE = """
|
|
.--. _____ _
|
|
.'_\/_'. / ____| | |
|
|
'. /\ .' | (___ __ _ _ __ ___ _ __ | | ___
|
|
"||" \___ \ / _` | '_ ` _ \| '_ \| |/ _ \
|
|
|| /\ ____) | (_| | | | | | | |_) | | __/
|
|
/\ ||//\) |_____/ \__,_|_| |_| |_| .__/|_|\___|
|
|
(/\\||/ |_|
|
|
______\||/___________________________________________
|
|
"""
|
|
|
|
FENCE = """
|
|
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
|
_| |_| |_| |_| |_| |_| |_| |_| |_| |_| |_| |_| |_| |_| |_| |_| |_| |_| |_| |_| |_
|
|
-| |-| |-| |-| |-| |-| |-| |-| |-| |-| |-| |-| |-| |-| |-| |-| |-| |-| |-| |-| |-
|
|
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
|
_| |_| |_| |_| |_| |_| |_| |_| |_| |_| |_| |_| |_| |_| |_| |_| |_| |_| |_| |_| |_
|
|
-| |-| |-| |-| |-| |-| |-| |-| |-| |-| |-| |-| |-| |-| |-| |-| |-| |-| |-| |-| |-
|
|
|_| |_| |_| |_| |_| |_| |_| |_| |_| |_| |_| |_| |_| |_| |_| |_| |_| |_| |_| |_|
|
|
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
|
|
|
|
"""
|
|
|
|
TRACTOR_SMALL = """
|
|
______
|
|
|o | !
|
|
__ |:`_|---'-.
|
|
|__|______.-/ _ \-----.|
|
|
(o)(o)------'\ _ / ( )
|
|
"""
|
|
|
|
|
|
TRACTOR_WITH_SILO_LINE = """
|
|
____
|
|
/____\
|
|
______ | |
|
|
|o | ! | |
|
|
__ |:`_|---'-. | |
|
|
|__|______.-/ _ \-----.| |______|
|
|
(o)(o)------'\ _ / ( ) | |
|
|
"""
|
|
|
|
|
|
ROOSTER = """
|
|
_ m
|
|
,`.\/'>
|
|
(`\<_/`
|
|
`<<
|
|
"""
|
|
|
|
PIG = """
|
|
|
|
.-~~~~-. |\\_
|
|
@_/ / oo\_
|
|
| \ \ _(")
|
|
\ /-| ||'--'
|
|
\_\ \_\\
|
|
|
|
"""
|
|
SMALL_PIG = """
|
|
@___,__
|
|
( ^'_]
|
|
//-\\'
|
|
^^ ^^
|
|
"""
|
|
FENCE_SEP = """
|
|
|---||---|---|---|---|---|---|---|
|
|
"""
|
|
|
|
BUSH_SEP = r"""\\|// \\|// \\|// \\|// \\|//
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^"""
|
|
|
|
WATERING_CAN = """
|
|
______
|
|
_ ,',----.`.
|
|
'.`-. .-' '----. ||
|
|
`.`-'--------| ;;
|
|
`.|--------|//
|
|
\ /
|
|
'--------'
|
|
"""
|
|
|
|
WORKER_M = """ 0
|
|
/|\\
|
|
/'\\"""
|
|
|
|
WORKER_F =""" 0
|
|
/w\\
|
|
/ \\"""
|
|
|
|
WORKER_X =""" 0
|
|
/w\\
|
|
/'\\""" |