We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Below is a list of out current API exports and a proposal for how they should be exposed
Top-level package:
sdg.generate_data()
sdg.SDG
sdg.pipeline.Pipeline
sdg.Pipeline
PipelineContext
sdg.block.Block
sdg.Block
Blocks:
sdg.filterblock.FilterByValueBlock
sdg.FilterByValueBlock
sdg.importblock.FilterByValueBlock
sdg.ImportBlock
sdg.llmblock.LLMBlock
sdg.LLMBlock
sdg.llmblock.ConditionalLLMBlock
sdg.ConditionalLLMBlock
sdg.utilblocks.SamplePopulatorBlock
sdg.SamplePopulatorBlock
sdg.utilblocks.SelectorBlock
sdg.SelectorBlock
sdg.utilblocks.CombineColumnsBlock
sdg.CombineColumnsBlock
Default pipelines:
sdg.SIMPLE_PIPELINES_PACKAGE
sdg.FULL_PIPELINES_PACKAGE
Exceptions:
FilterByValueBlockError
EmptyDatasetError
PipelineConfigParserError
GenerateException
TaxonomyReadingException
The text was updated successfully, but these errors were encountered:
related issue: #30
Sorry, something went wrong.
Merge pull request instructlab#63 from russellb/sdg-repo
cfc1606
New repository proposal: sdg
Successfully merging a pull request may close this issue.
Below is a list of out current API exports and a proposal for how they should be exposed
Top-level package:
sdg.generate_data()
- This is the main interface used by the CLI. Long-term I question whether this belongs in the library (see #POC: move generate_data() back from the SDG library instructlab#1519)sdg.SDG
-> I propose removing it in Consider updating API design for clarity #61sdg.pipeline.Pipeline
->sdg.Pipeline
(same forPipelineContext
)sdg.block.Block
->sdg.Block
Blocks:
sdg.filterblock.FilterByValueBlock
->sdg.FilterByValueBlock
sdg.importblock.FilterByValueBlock
->sdg.ImportBlock
sdg.llmblock.LLMBlock
->sdg.LLMBlock
sdg.llmblock.ConditionalLLMBlock
->sdg.ConditionalLLMBlock
sdg.utilblocks.SamplePopulatorBlock
->sdg.SamplePopulatorBlock
sdg.utilblocks.SelectorBlock
->sdg.SelectorBlock
sdg.utilblocks.CombineColumnsBlock
->sdg.CombineColumnsBlock
Default pipelines:
sdg.SIMPLE_PIPELINES_PACKAGE
andsdg.FULL_PIPELINES_PACKAGE
Exceptions:
FilterByValueBlockError
EmptyDatasetError
PipelineConfigParserError
GenerateException
TaxonomyReadingException
The text was updated successfully, but these errors were encountered: