You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-33Lines changed: 0 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,39 +69,6 @@ langtrace.init(api_key='<your_api_key>') # Get your API key at langtrace.ai
69
69
70
70
For detailed setup instructions, see [Getting Started](#-getting-started).
71
71
72
-
## ✨ Features
73
-
74
-
- 📊 **Open Telemetry Support**: Built on OTEL standards for comprehensive tracing
75
-
- 🔄 **Real-time Monitoring**: Track LLM API calls, vector operations, and framework usage
76
-
- 🎯 **Performance Insights**: Analyze latency, costs, and usage patterns
77
-
- 🔍 **Debug Tools**: Trace and debug your LLM application workflows
78
-
- 📈 **Analytics**: Get detailed metrics and visualizations
79
-
- 🏠 **Self-hosting Option**: Deploy on your own infrastructure
80
-
81
-
## 🚀 Quick Start
82
-
83
-
```bash
84
-
# For TypeScript/JavaScript
85
-
npm i @langtrase/typescript-sdk
86
-
87
-
# For Python
88
-
pip install langtrace-python-sdk
89
-
```
90
-
91
-
Initialize in your code:
92
-
```typescript
93
-
// TypeScript
94
-
import*asLangtracefrom'@langtrase/typescript-sdk'
95
-
Langtrace.init({ api_key: '<your_api_key>' }) // Get your API key at langtrace.ai
96
-
```
97
-
```python
98
-
# Python
99
-
from langtrace_python_sdk import langtrace
100
-
langtrace.init(api_key='<your_api_key>') # Get your API key at langtrace.ai
101
-
```
102
-
103
-
For detailed setup instructions, see [Getting Started](#-getting-started).
104
-
105
72
## 📊 Open Telemetry Support
106
73
107
74
The traces generated by Langtrace adhere to [Open Telemetry Standards(OTEL)](https://opentelemetry.io/docs/concepts/signals/traces/). We are developing [semantic conventions](https://opentelemetry.io/docs/concepts/semantic-conventions/) for the traces generated by this project. You can checkout the current definitions in [this repository](https://github.com/Scale3-Labs/langtrace-trace-attributes/tree/main/schemas). Note: This is an ongoing development and we encourage you to get involved and welcome your feedback.
0 commit comments