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: docs/observability/how_to_guides/data_export.mdx
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
sidebar_position: 22
3
3
---
4
4
5
-
# [Beta]Bulk Exporting Trace Data
5
+
# Bulk Exporting Trace Data
6
6
7
7
:::info Plan restrictions apply
8
-
Please note that the Data Export functionality is in Beta and only supported for [LangSmith Plus or Enterprise tiers](https://www.langchain.com/pricing-langsmith).
8
+
Please note that the Data Export functionality is only supported for [LangSmith Plus or Enterprise tiers](https://www.langchain.com/pricing-langsmith).
9
9
:::
10
10
11
11
LangSmith's bulk data export functionality allows you to export your traces into an external destination. This can be useful if you want to analyze the
@@ -101,7 +101,7 @@ curl --request POST \
101
101
#### Google GCS XML S3 compatible bucket
102
102
103
103
When using Google's GCS bucket, you need to use the XML S3 compatible API, and supply the `endpoint_url`
104
-
which is typically `https://storage.googleapis.com`.
104
+
which is typically `https://storage.googleapis.com`.
105
105
Here is an example of the API request when using the GCS XML API which is compatible with S3:
0 commit comments