feat: expose use_structured_output in SimpleKGPipeline#483
Open
HemantSudarshan wants to merge 1 commit intoneo4j:mainfrom
Open
feat: expose use_structured_output in SimpleKGPipeline#483HemantSudarshan wants to merge 1 commit intoneo4j:mainfrom
HemantSudarshan wants to merge 1 commit intoneo4j:mainfrom
Conversation
Expose the existing use_structured_output option through SimpleKGPipeline so callers can enable structured output for both automatic schema extraction and entity extraction without dropping to lower-level components. Closes neo4j#478
Contributor
|
Hi @HemantSudarshan, thanks for taking the time to work on this! We recently opened another PR that enables structured output by default for If that PR addresses the issue you were trying to solve, it might make sense to close this one to avoid duplication. Thanks again for the contribution! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Expose the existing use_structured_output option through SimpleKGPipeline so callers can enable structured output for both automatic schema extraction and entity extraction without dropping to lower-level components.
Structured output significantly improves extraction reliability when using compatible LLMs (like OpenAI and VertexAI).
Closes #478
Type of Change
Complexity: Low
How Has This Been Tested?
Verification details:
SchemaFromTextExtractor.uv run pytest tests/unit/experimental/pipeline/config/template_pipeline/test_simple_kg_builder.py tests/unit/experimental/pipeline/test_kg_builder.py -v(35 passed)uv run sphinx-build -b html docs/source docs/_build/html(Note: Full repository test suite passes locally minus pre-existing optional dependency skips for
langchain,openai,anthropicwhich run in CI).Checklist