Skip to content
New issue

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

Streamline run_pipeline_with_config call pattern #10

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

darthtrevino
Copy link
Member

Breaking up #7
Streamlined the call-pattern for run_pipeline_with_config so that await is no longer required, which was an awkward call-pattern when combined with async with

e.g.

async for table in await run_pipeline_with_config(...)

=>

async for table in run_pipeline_with_config(...)

@darthtrevino darthtrevino requested a review from a team as a code owner April 2, 2024 14:25
@darthtrevino darthtrevino enabled auto-merge (squash) April 2, 2024 15:06
@darthtrevino darthtrevino merged commit a658e59 into main Apr 2, 2024
4 checks passed
@darthtrevino darthtrevino deleted the refactor/streamline_run_methods branch April 2, 2024 16:02
logomachic pushed a commit to logomachic/graphrag that referenced this pull request Oct 31, 2024
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