-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🗺️ Haystask Instrumentation #524
Comments
input to retriever is embedding - might want to opt for the query string if possible here? not sure what the best thing to do is here, running this tutorial https://haystack.deepset.ai/tutorials/27_first_rag_pipeline |
also happening on this tutorial https://haystack.deepset.ai/tutorials/27_first_rag_pipeline |
getting llmAttributes[LLMAttributePostfixes.output_messages]?.map is not a function this means we're expecting a list but getting something else when clicking on the llm span this tutorial: |
Function / tool calling spans don't appear in Phoenix. Here's the trace for an invocation of the function calling tutorial at https://haystack.deepset.ai/tutorials/40_building_chat_application_with_function_calling Need to add support for tool calling |
not sure what the best solution is here but this might need some work, there are no prompt template variables in the prompt_template block of attributes, there are retrieval documents though which do seem to be passed in to the template. |
Query is lost in final llm call when running this example : https://docs.haystack.deepset.ai/docs/lostinthemiddleranker#in-a-pipeline Templating is a little off but this is a larger product / design issue see screen shot (no variables / template but variables and template in the Prompt template tab) Small note this reranker doesn't require a query because it assumes the documents are already ordered by relevance and just takes those documents and places the most important (first) ones at the edges of the context - this makes the ui look a little weird with the empty query |
@axiomofjoy conda forge |
Only thing remaining is opentelemetry.io closing |
Instrumentation for Haystack
The text was updated successfully, but these errors were encountered: