Skip to content

Conversation

m1kl0sh
Copy link
Contributor

@m1kl0sh m1kl0sh commented May 20, 2025

Description

  • Support calls to generate text embeddings with AWS Bedrock via invoke_model.
  • Ensure we parse AWS model IDs correctly.
  • Added basic replay tests for AWS Bedrock integration.

Checklist for adding new integration:

  • Defined APIS in constants folder.
  • Updated SERVICE_PROVIDERS in common.py
  • Created a folder under instrumentation with the name of the integration with atleast patch.py and instrumentation.py files.
  • Added instrumentation in all_instrumentations in langtrace.py and to the InstrumentationType in types.py files.
  • Added examples for the new integration in the examples folder.
  • Updated pyproject.toml to install new dependencies
  • Updated the README.md of langtrace-python-sdk to include the new integration in the supported integrations table.
  • Updated the README.md of Langtrace's repository to include the new integration in the supported integrations table.
  • Added new integration page to supported integrations in Langtrace Docs

alizenhom and others added 11 commits April 14, 2025 16:32
* add project details

* cleanup
* remove logs

* remove requirements

* Bump version

* Squash

* minor

* switch to http exporter

* bump version

* bump version

* add project details

* cleanup

* Obinna/s3 en 1111 fix dspy error (Scale3-Labs#528)

* update dspy instrumentation and examples

* bump version

---------

Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com>

* Improve Cleanlab Instrumentation (Scale3-Labs#529)

* cleanlab fix

* bump version

---------

Co-authored-by: Ali Waleed <ali@scale3labs.com>
Co-authored-by: obinnascale3 <109410793+obinnascale3@users.noreply.github.com>
Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com>
@karthikscale3
Copy link
Collaborator

thank you for making this PR. looks solid. we will merge and release this in our next release later this week

@m1kl0sh
Copy link
Contributor Author

m1kl0sh commented May 21, 2025

thank you for making this PR. looks solid. we will merge and release this in our next release later this week

That's awesome — thanks for the feedback!

obinnascale3
obinnascale3 previously approved these changes Jun 10, 2025
@obinnascale3 obinnascale3 changed the base branch from main to development June 10, 2025 20:43
@obinnascale3 obinnascale3 dismissed their stale review June 10, 2025 20:43

The base branch was changed.

@obinnascale3 obinnascale3 merged commit 954e4ae into Scale3-Labs:development Jun 10, 2025
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

Successfully merging this pull request may close these issues.

5 participants