Skip to content

Commit f188ee7

Browse files
authored
Remove beta for bulk export (#809)
1 parent 427726d commit f188ee7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/observability/how_to_guides/data_export.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
sidebar_position: 22
33
---
44

5-
# [Beta] Bulk Exporting Trace Data
5+
# Bulk Exporting Trace Data
66

77
:::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).
99
:::
1010

1111
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 \
101101
#### Google GCS XML S3 compatible bucket
102102

103103
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`.
105105
Here is an example of the API request when using the GCS XML API which is compatible with S3:
106106

107107
```bash
@@ -287,7 +287,7 @@ aws s3 cp ./test.txt s3://<bucket-name>/tmp/test.txt
287287

288288
**GCS Compatible Buckets:**
289289

290-
You will need to supply the endpoint_url with `--endpoint-url` option.
290+
You will need to supply the endpoint_url with `--endpoint-url` option.
291291
For GCS, the `endpoint_url` is typically `https://storage.googleapis.com`:
292292

293293
```bash

0 commit comments

Comments
 (0)