§
    ÑìNg°  ã                  ó,   — d dl mZ  G d„ d¦  «        ZdS )é    )Úannotationsc                  ó"   — e Zd ZdZddd„Zd„ ZdS )ÚInputExamplezEStructure for one input example with texts, the label and a unique idÚ Nr   ÚguidÚstrÚtextsú	list[str]Úlabelúint | floatc                ó0   — || _         || _        || _        dS )zÞ
        Creates one InputExample with the given texts, guid and label

        Args:
            guid: id for the example
            texts: the texts for the example.
            label: the label for the example
        N)r   r	   r   )Úselfr   r	   r   s       úf/var/www/html/ai-engine/env/lib/python3.11/site-packages/sentence_transformers/readers/InputExample.pyÚ__init__zInputExample.__init__   s   € ð ˆŒ	ØˆŒ
ØˆŒ
ˆ
ˆ
ó    c                ó‚   — d                      t          | j        ¦  «        d                     | j        ¦  «        ¦  «        S )Nz#<InputExample> label: {}, texts: {}z; )Úformatr   r   Újoinr	   )r   s    r   Ú__str__zInputExample.__str__   s0   € Ø4×;Ò;½CÀÄ
¹O¼OÈTÏYÊYÐW[ÔWaÑMbÔMbÑcÔcÐcr   )r   Nr   )r   r   r	   r
   r   r   )Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r   © r   r   r   r      sG   € € € € € ØOÐOðð ð ð ð ðdð dð dð dð dr   r   N)Ú
__future__r   r   r   r   r   ú<module>r      sS   ðØ "Ð "Ð "Ð "Ð "Ð "ðdð dð dð dð dñ dô dð dð dð dr   