Skip to content

[v1.37] Export collections#389

Merged
g-despot merged 5 commits into
v1-37/mainfrom
v1-37/collection-export
Apr 17, 2026
Merged

[v1.37] Export collections#389
g-despot merged 5 commits into
v1-37/mainfrom
v1-37/collection-export

Conversation

@g-despot
Copy link
Copy Markdown
Contributor

@g-despot g-despot commented Apr 10, 2026

Summary

  • New documentation page for the collection export feature (deploy/configuration/export.md)
  • Python and cURL code examples for create, exclude, async status check, and cancel operations
  • Environment variables (EXPORT_ENABLED, EXPORT_DEFAULT_BUCKET, EXPORT_PARALLELISM) added to the env vars reference
  • Sidebar and configuration index page updated with the new export entry

Pages created

  • docs/deploy/configuration/export.md — Full export docs: env vars, backend config, create/status/cancel, output format, multi-tenancy, RBAC
  • _includes/code/howto/configure.export.py — Python code examples using filesystem backend

Copy link
Copy Markdown

@orca-security-eu orca-security-eu Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Infrastructure as Code high 0   medium 0   low 0   info 0 View in Orca
Passed Passed SAST high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Vulnerabilities high 0   medium 0   low 0   info 0 View in Orca

@g-despot g-despot changed the base branch from main to v1-37/main April 10, 2026 10:33
Copy link
Copy Markdown

@orca-security-eu orca-security-eu Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca

@g-despot g-despot requested a review from dirkkul April 10, 2026 10:49
| `ENABLE_TOKENIZER_GSE` | Enable the [`GSE` tokenizer](/weaviate/config-refs/collections.mdx) for use | `boolean` | `true` |
| `ENABLE_TOKENIZER_KAGOME_JA` | Enable the [`Kagome` tokenizer for Japanese](/weaviate/config-refs/collections.mdx) for use | `boolean` | `true` |
| `ENABLE_TOKENIZER_KAGOME_KR` | Enable the [`Kagome` tokenizer for Korean](/weaviate/config-refs/collections.mdx#) for use | `boolean` | `true` |
| `EXPORT_DEFAULT_BUCKET` | Storage bucket name for [collection exports](/docs/deploy/configuration/export.md). Required for S3, GCS, and Azure backends. Default: `""` (none)<br/>Added in `v1.37` | `string` | `my-export-bucket` |
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would leaveDefault:""(none) out as it must be set by the user

@@ -0,0 +1,90 @@
import weaviate
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add that this is not enabled by default in WCD, but can be enabled by request?

@g-despot g-despot merged commit 2b8ed65 into v1-37/main Apr 17, 2026
2 of 3 checks passed
@g-despot g-despot deleted the v1-37/collection-export branch April 17, 2026 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants