deepset-ai / haystack

:mag: AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models, vector DBs, file converters) to pipelines or agents that can interact with your data. With advanced retrieval methods, it's best suited for building RAG, question answering, semantic search or conversational agent chatbots.
https://haystack.deepset.ai
Apache License 2.0
17.53k stars 1.9k forks source link

Traces using Jaeger #8250

Closed Asma-droid closed 1 month ago

Asma-droid commented 2 months ago

Hello,

I'am trying to keep information about query, llm results, duration, etc. One solution is to test "tracing" tutorial.

https://docs.haystack.deepset.ai/v2.0/docs/tracing

Unfortunately, i cannot obtain traces of llm outputs:

image image

Note: I'am using serialized pipeline

thanks

silvanocerza commented 2 months ago

Have you enabled content tracing? By default Components' inputs and outputs are not traced and must be enabled explicitly.

vblagoje commented 2 months ago

Yes, I also suspect this is an issue here @Asma-droid having made this oversigh myself several times. Let us know about your resolution. Suggest closing.

julian-risch commented 1 month ago

@Asma-droid Please let us know if enabling content tracing solved your problem. If not, feel free to reopen this issue.

Asma-droid commented 1 month ago

@julian-risch thanks a lot! this has solved my problem! thanks again