Replies: 5 comments
-
Also is there a way to cache component outputs, for use cases like starting from earlier state if some component fails etc, would love to know. |
Beta Was this translation helpful? Give feedback.
-
Hey @sky-2002 glad to hear you've been using Haystack! I'd recommend checking out our different tracing options like Langfuse. Depending on the LLM components that you are using you should see token tracking and cost tracking within the langfuse dashboard. |
Beta Was this translation helpful? Give feedback.
-
For starting from an earlier state we do have a pipeline breakpoints feature coming soon to Haystack. You can find an experimental implementation of it in our haystack-experimental repo. Here is the discussion on it and here is a google colab for it. |
Beta Was this translation helpful? Give feedback.
-
Hey @SRJL |
Beta Was this translation helpful? Give feedback.
-
@sky-2002 moved this to be a discussion since that feels more relevant than an issue currenty |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi haystack team,
I have been using haystack for my workflows and I have components that make LLM API calls.
I wanted to ask how do I add tracking for these components so that I can see usage for every run.
Please point me to any resources or docs if any.
Beta Was this translation helpful? Give feedback.
All reactions