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

feat: Langchain integration tests #527

Merged
merged 2 commits into from
Apr 4, 2024

Conversation

noble-varghese
Copy link
Contributor

Description:

Test Langchain's synchronous, asynchronous streaming, batch, and invoke methods, and resolve the asynchronous issue encountered with Langchain batch calls.

Key Modifications:

  • Users encountered issues due to parallel processing in Langchain integrations, resulting in missing "unable to find run-id" error messages in the logs.
  • Integration tests have been implemented for both synchronous and asynchronous streaming methods.
  • Resolved the issue with the "run not found" issue the langchain batch and async calls or calls executed in a threadpool executor.

@noble-varghese noble-varghese marked this pull request as ready for review April 4, 2024 10:52
@noble-varghese noble-varghese requested a review from a team April 4, 2024 10:52
@noble-varghese noble-varghese merged commit 752e40c into main Apr 4, 2024
11 checks passed
@noble-varghese noble-varghese deleted the noble-varghese/langchain-streaming-tests-1 branch April 4, 2024 10:54
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