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

Fix parallel tool calling in sqlite in example #173

Merged
merged 2 commits into from
Sep 26, 2024

Conversation

fjsj
Copy link
Member

@fjsj fjsj commented Sep 25, 2024

Since ToolNode uses threads (by default) to parallelize tool calling (when there are multiple tools to be called in one run), we need to ensure sqlite can handle parallel queries. More info:

Also, I added the support to Django 5.1

@fjsj fjsj requested a review from pamella September 25, 2024 20:13
Copy link
Collaborator

@pamella pamella left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@fjsj fjsj merged commit 46f4a99 into main Sep 26, 2024
18 checks passed
@fjsj fjsj deleted the fix/parallel-tool-calling-sqlite branch September 26, 2024 12:12
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