Skip to content

Commit 9a3b15e

Browse files
karthikscale3darshit-s3obinnaokaforobinnascale3rohit-kadhe
authored
Release 6.1.1 (#188)
* feat: adding gemini support (#162) * feat: adding gemini support * chore: update package lock * docs: update changelog for 5.2.0 release * feat: adding vertexai instrumentation support (#165) * feat: adding vertexai instrumentation support * style: remove commented import * chore: create types for vertexai * docs: revert vercel ai py check * docs: add mistral check * style: remove new lines * docs: add vertexai to changelog (#166) * fix: allow manual patch for Gemini and VertexAI (#169) * star github link * feat: adding vertexai tools tracing support (#172) * add mistral instrumentation * support otel env vars * bump version adn add chat stream method * add examples * update readme * update package-lock * Add sentry integration * merge with dev * llama index enhacements * sentry to filter non langtrace exceptions * Fix ingestion url (#181) * Obinna/s3 en 2724 add bedrock (#184) * add aws bedrock converse implementation * bump version * cleanup and update readme * update service type * fixes --------- Co-authored-by: Obinna Okafor <[email protected]> Co-authored-by: Karthik Kalyanaraman <[email protected]> * fix (#186) * update readme * fix --------- Co-authored-by: darshit-s3 <[email protected]> Co-authored-by: Darshit Suratwala <[email protected]> Co-authored-by: Obinna Okafor <[email protected]> Co-authored-by: obinnascale3 <[email protected]> Co-authored-by: Rohit Kadhe <[email protected]> Co-authored-by: Rohit Kadhe <[email protected]>
1 parent 78fa47f commit 9a3b15e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @langtrase/typescript-sdk
22

3+
## 6.1.1
4+
5+
### Patch Changes
6+
7+
- Support for xAI
8+
39
## 6.0.0
410

511
### Major Changes

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ Langtrace automatically captures traces from the following vendors:
155155
| Perplexity | LLM | :white_check_mark: | :white_check_mark: |
156156
| Gemini | LLM | :white_check_mark: | :white_check_mark: |
157157
| Mistral | LLM | :white_check_mark: | :white_check_mark: |
158+
| xAI | LLM | :white_check_mark: | :white_check_mark: |
158159
| Langchain | Framework | :x: | :white_check_mark: |
159160
| LlamaIndex | Framework | :white_check_mark: | :white_check_mark: |
160161
| Langgraph | Framework | :x: | :white_check_mark: |

0 commit comments

Comments
 (0)