Skip to content

Commit fc057f6

Browse files
committed
Merge branch 'main' of github.com:Scale3-Labs/langtrace-python-sdk into development
2 parents 6d0b38d + 5ec8fa5 commit fc057f6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def main():
194194
from langtrace_python_sdk import with_langtrace_root_span, with_additional_attributes
195195

196196

197-
@with_additional_attributes({"user.id": "1234", "user.feedback.rating": 1})
197+
@with_additional_attributes({"user.id": "1234"})
198198
def api_call1():
199199
response = client.chat.completions.create(
200200
model="gpt-4",
@@ -204,7 +204,7 @@ def api_call1():
204204
return response
205205

206206

207-
@with_additional_attributes({"user.id": "5678", "user.feedback.rating": -1})
207+
@with_additional_attributes({"user.id": "5678"})
208208
def api_call2():
209209
response = client.chat.completions.create(
210210
model="gpt-4",
@@ -253,6 +253,7 @@ Langtrace automatically captures traces from the following vendors:
253253
| CrewAI | Framework | :x: | :white_check_mark: |
254254
| Ollama | Framework | :x: | :white_check_mark: |
255255
| VertexAI | Framework | :x: | :white_check_mark: |
256+
| Vercel AI SDK| Framework | :white_check_mark: | :x: |
256257
| Pinecone | Vector Database | :white_check_mark: | :white_check_mark: |
257258
| ChromaDB | Vector Database | :white_check_mark: | :white_check_mark: |
258259
| QDrant | Vector Database | :white_check_mark: | :white_check_mark: |

0 commit comments

Comments
 (0)