
    si                     0    d dl mZmZ  G d d          ZdS )    )ListUnionc            	       J    e Zd ZdZd
dedee         deeef         fdZ	d	 Z
dS )InputExamplezEStructure for one input example with texts, the label and a unique id Nr   guidtextslabelc                 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       ]/var/www/icac/venv/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; )formatstrr
   joinr	   )r   s    r   __str__zInputExample.__str__   s0    4;;C
OOTYYW[WaMbMbcccr   )r   Nr   )__name__
__module____qualname____doc__r   r   r   intfloatr   r    r   r   r   r      sj        OO S d3i uSRWZGX    d d d d dr   r   N)typingr   r   r   r   r   r   <module>r      sY           d d d d d d d d d dr   