Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions catalog/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"specifier": ">=3.10"
},
"data_designer": {
"requirement": "data-designer>=0.6.1",
"specifier": ">=0.6.1",
"requirement": "data-designer>=0.8.0",
"specifier": ">=0.8.0",
"marker": null
}
},
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/data-designer-retrieval-sdg/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ custom documentation under `plugins/data-designer-retrieval-sdg/docs/` yet.

## Metadata

- Version: `0.1.0`
- Version: `0.2.0`
- Entry points: `document-chunker`, `embedding-dedup`

## Installation
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Browse available Data Designer plugins by what they add to your data generation
<a class="plugin-doc-card" href="data-designer-retrieval-sdg/" aria-label="Open data-designer-retrieval-sdg documentation">
<span class="plugin-doc-card__header">
<span class="plugin-doc-card__title">data-designer-retrieval-sdg</span>
<span class="plugin-doc-card__version">v0.1.0</span>
<span class="plugin-doc-card__version">v0.2.0</span>
</span>
<span class="plugin-doc-card__description">Retriever SDG toolkit: registers the embedding-dedup column generator and document-chunker seed reader, plus a multi-step QA generation pipeline, CLI, and Automodel-compatible data conversion</span>
<span class="plugin-doc-card__section">
Expand Down
6 changes: 5 additions & 1 deletion plugins/data-designer-retrieval-sdg/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,19 @@

[project]
name = "data-designer-retrieval-sdg"
version = "0.1.0"
version = "0.2.0"
description = "Retriever SDG toolkit: registers the embedding-dedup column generator and document-chunker seed reader, plus a multi-step QA generation pipeline, CLI, and Automodel-compatible data conversion"
requires-python = ">=3.10"
dependencies = [
"data-designer>=0.8.0",
# Data Designer 0.8 permits older releases that are excluded by the
# workspace security constraints. Publish the same floors for consumers.
"mcp>=1.29.0,<2",
"nltk>=3.10.2,<3.11",
"pydantic-settings>=2.14,<3",
"pyyaml>=6.0",
"pyarrow>=24.0.0,<25",
"starlette>=1.4.1,<2",
]
license = "Apache-2.0"
readme = "README.md"
Expand Down
6 changes: 5 additions & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading