File tree Expand file tree Collapse file tree 3 files changed +51
-1
lines changed
Expand file tree Collapse file tree 3 files changed +51
-1
lines changed Original file line number Diff line number Diff line change 3434
3535- Add support for Gemini tracing.
3636
37+ ## 6.3.0
38+
39+ ### Minor Changes
40+
41+ - Fix for ChromaDb
42+
43+ ## 6.1.1
44+
45+ ### Patch Changes
46+
47+ - Support for xAI
48+
49+ ## 6.0.0
50+
51+ ### Major Changes
52+
53+ - Change ingestion endpoint to app.langtrace.ai as API domain is moved to the subdomain now
54+
55+ ## 5.4.0
56+
57+ ### Minor Changes
58+
59+ - Support OTEL_EXPORTER_OTLP_ENDPOINT and OTEL_EXPORTER_OTLP_HEADERS env vars
60+
61+ ## 5.3.2
62+
63+ ### Patch Changes
64+
65+ - Add Vertex AI tools and funcition tracing support
66+
67+ ## 5.3.1
68+
69+ ### Patch Changes
70+
71+ - Fix allowing manual patch for Gemini and Vertex AI.
72+
73+ ## 5.3.0
74+
75+ ### Minor Changes
76+
77+ - Add support for Vertex AI tracing.
78+
79+ ## 5.2.0
80+
81+ ### Minor Changes
82+
83+ - Add support for Gemini tracing.
84+
3785## 5.1.2
3886
3987### Patch Changes
Original file line number Diff line number Diff line change @@ -155,10 +155,11 @@ 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 : |
161- | AWS Bedrock | Framework | :white_check_mark : | :white_check_mark : |
162+ | AWS Bedrock | Framework | :white_check_mark : | :white_check_mark : |
162163| DSPy | Framework | :x : | :white_check_mark : |
163164| CrewAI | Framework | :x : | :white_check_mark : |
164165| Ollama | Framework | :white_check_mark : | :white_check_mark : |
Original file line number Diff line number Diff line change 3838 "devDependencies" : {
3939 "@ai-sdk/anthropic" : " ^0.0.41" ,
4040 "@ai-sdk/openai" : " ^0.0.34" ,
41+ "@google/generative-ai" : " ^0.1.3" ,
4142 "@anthropic-ai/sdk" : " ^0.24.3" ,
4243 "@changesets/cli" : " ^2.27.1" ,
4344 "@google-cloud/vertexai" : " ^1.5.0" ,
You can’t perform that action at this time.
0 commit comments