-
Notifications
You must be signed in to change notification settings - Fork 285
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
[BUG] llama_index errors get attached to the wrong span #1618
Comments
@tammy37 also facing similar issues |
I think there are few problems:
|
This issue is being caused by an inconsistency in the |
We need to make a change to LlamaIndex to either:
|
I filed an issue with LlamaIndex here. |
To address this issue further, we need to improve visibility into error status codes at the trace level. |
Describe the bug
The bug is that I ran the internal llama_index notebook using a trial cohere key. This causes a rate limit error but unfortunately it's attached to the embedding span, not the reranker span.
To Reproduce
Run the
llama_index_tracing_example
with cohere and a trial API keyExpected behavior
The errors should be attached to the reranker span.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: