File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ def main():
194194from 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" })
198198def 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" })
208208def 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 : |
You can’t perform that action at this time.
0 commit comments