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: fern/versions/v0.5.8/pages/plugins/example.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ description: ""
4
4
position: 2
5
5
---
6
6
<Warning>
7
-
Experimental Feature
8
-
The plugin system is currently **experimental** and under active development. The documentation, examples, and plugin interface are subject to significant changes in future releases. If you encounter any issues, have questions, or have ideas for improvement, please consider starting [a discussion on GitHub](https://github.com/NVIDIA-NeMo/DataDesigner/discussions).
7
+
Experimental in this version
8
+
Plugins were experimental in v0.5.8 and v0.5.9. For stable plugin docs, see the [v0.6.0 plugin docs](/v0.6.0/plugins/overview).
Copy file name to clipboardExpand all lines: fern/versions/v0.5.8/pages/plugins/filesystem_seed_reader.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ description: ""
4
4
position: 3
5
5
---
6
6
<Warning>
7
-
Experimental Feature
8
-
The plugin system is currently **experimental** and under active development. The documentation, examples, and plugin interface are subject to significant changes in future releases. If you encounter any issues, have questions, or have ideas for improvement, please consider starting [a discussion on GitHub](https://github.com/NVIDIA-NeMo/DataDesigner/discussions).
7
+
Experimental in this version
8
+
Plugins were experimental in v0.5.8 and v0.5.9. For stable plugin docs, see the [v0.6.0 plugin docs](/v0.6.0/plugins/overview).
9
9
</Warning>
10
10
11
11
`FileSystemSeedReader` is the simplest way to build a seed reader plugin when your source data lives in a directory of files. You describe the files cheaply in `build_manifest(...)`, then optionally read and reshape them in `hydrate_row(...)`.
Copy file name to clipboardExpand all lines: fern/versions/v0.5.8/pages/plugins/overview.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ description: ""
4
4
position: 1
5
5
---
6
6
<Warning>
7
-
Experimental Feature
8
-
The plugin system is currently **experimental** and under active development. The documentation, examples, and plugin interface are subject to significant changes in future releases. If you encounter any issues, have questions, or have ideas for improvement, please consider starting [a discussion on GitHub](https://github.com/NVIDIA-NeMo/DataDesigner/discussions).
7
+
Experimental in this version
8
+
Plugins were experimental in v0.5.8 and v0.5.9. For stable plugin docs, see the [v0.6.0 plugin docs](/v0.6.0/plugins/overview).
0 commit comments