Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +12 -1
requirements.txt
CHANGED
@@ -119,4 +119,15 @@ unstructured>=0.10.0
|
|
119 |
tiktoken>=0.4.0
|
120 |
|
121 |
# System utilities
|
122 |
-
psutil>=5.9.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
119 |
tiktoken>=0.4.0
|
120 |
|
121 |
# System utilities
|
122 |
+
psutil>=5.9.0
|
123 |
+
|
124 |
+
# Langfuse
|
125 |
+
opentelemetry-api
|
126 |
+
opentelemetry-sdk
|
127 |
+
opentelemetry-exporter-otlp-proto-http
|
128 |
+
|
129 |
+
# Langfuse integration
|
130 |
+
langfuse
|
131 |
+
|
132 |
+
# OpenInference instrumentation for smolagents
|
133 |
+
openinference-instrumentation-smolagents
|