Skip to content
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

🚀 Feature: Tracing support for Amazon Bedrock knowledge bases #1659

Open
1 task done
tonykchen opened this issue Jul 23, 2024 · 2 comments
Open
1 task done

🚀 Feature: Tracing support for Amazon Bedrock knowledge bases #1659

tonykchen opened this issue Jul 23, 2024 · 2 comments

Comments

@tonykchen
Copy link

Which component is this feature for?

Bedrock Instrumentation

🔖 Feature description

Add tracing support for Amazon Bedrock knowledge bases.

🎤 Why is this feature needed ?

Developers may configure their RAG application to use the RetrieveAndGenerate API to query their Bedrock knowledge base and generate responses from the information it retrieves. They may also call the Retrieve API to query their knowledge base with information retrieved directly from the knowledge base.

✌️ How do you aim to achieve this?

  1. Add instrumentation logic for the bedrock-agent-runtime service and patch the retreive and retrieve_and_generate methods.
  2. Create spans for the requests.

🔄️ Additional Information

No response

👀 Have you spent some time to check if this feature request has been raised before?

  • I checked and didn't find similar issue

Are you willing to submit PR?

Yes I am willing to submit a PR!

@tonykchen
Copy link
Author

I'll likely work on this one before #1647

@nirga
Copy link
Member

nirga commented Jul 24, 2024

Thanks @tonykchen! Let me know if I can help :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants