haystack

Форк
0
/
content-tracing-25df3909e11924b1.yaml 
12 строк · 560.0 Байт
1
---
2
enhancements:
3
  - |
4
    Allow code instrumentation to also trace the input and output of components.
5
    This is useful for debugging and understanding the behavior of components.
6
    This behavior is disabled by default and can be enabled with one of the following methods:
7
    - Set the environment variable `HAYSTACK_CONTENT_TRACING_ENABLED_ENV_VAR` to `true` before importing Haystack.
8
    - Enable content tracing in the code:
9
        ```python
10
        from haystack import tracing
11
        tracing.tracer.is_content_tracing_enabled = True
12
        ```
13

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.