Commit a66180c
Release 6.0.0 (#182)
* 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)
---------
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 1588e3d commit a66180c
File tree
36 files changed
+2729
-514
lines changed- src
- constants
- exporter
- errors
- examples
- llamaindex
- mistral
- pinecone
- extensions/langtraceexporter
- init
- instrumentation
- anthropic
- chroma
- cohere
- gemini
- groq
- llamaindex
- mistral
- ollama
- openai
- pg
- pinecone
- qdrant
- vercel
- vertexai
- weaviate
- utils
36 files changed
+2729
-514
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
3 | 14 | | |
4 | 15 | | |
5 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
76 | 80 | | |
77 | 81 | | |
78 | 82 | | |
| |||
150 | 154 | | |
151 | 155 | | |
152 | 156 | | |
153 | | - | |
| 157 | + | |
154 | 158 | | |
155 | 159 | | |
156 | 160 | | |
| |||
0 commit comments