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

Removes LLMChain from GraphCypherQAChain #15

Merged

Conversation

alexthomas93
Copy link
Collaborator

@alexthomas93 alexthomas93 commented Nov 28, 2024

Description

This PR removes the deprecated LLMChain class from the GraphCypherQAChain. This fixes the bug which is caused when instantiating the GraphCypherQAChain with the use_function_response parameter.

Type of Change

  • New feature
  • Bug fix
  • Breaking change
  • Project configuration change

Complexity

Medium

How Has This Been Tested?

  • Unit tests
  • Integration tests
  • Manual tests

Checklist

  • Unit tests updated
  • Integration tests updated
  • CHANGELOG.md updated

@alexthomas93
Copy link
Collaborator Author

@CodiumAI-Agent /update_changelog

@CodiumAI-Agent
Copy link

Changelog updates: 🔄

2024-11-28

Fixed

  • Removed deprecated LLMChain from GraphCypherQAChain to resolve instantiation issues with the use_function_response parameter.

to commit the new content to the CHANGELOG.md file, please type:
'/update_changelog --pr_update_changelog.push_changelog_changes=true'

@alexthomas93 alexthomas93 force-pushed the bugfix/llmchain-removal branch from 03f593b to 8e7b7ea Compare December 3, 2024 22:06
@alexthomas93 alexthomas93 force-pushed the bugfix/llmchain-removal branch from 8e7b7ea to b801051 Compare December 3, 2024 22:09
@alexthomas93 alexthomas93 force-pushed the bugfix/llmchain-removal branch from ff43fec to 63f27b1 Compare December 8, 2024 15:44
@alexthomas93 alexthomas93 merged commit 2ff67ea into langchain-ai:main Dec 8, 2024
16 checks passed
@alexthomas93 alexthomas93 deleted the bugfix/llmchain-removal branch December 8, 2024 15:46
@CodiumAI-Agent
Copy link

Changelog updates: 🔄

2024-12-08

Fixed

  • Removed deprecated LLMChain from GraphCypherQAChain to resolve instantiation issues with the use_function_response parameter.

to commit the new content to the CHANGELOG.md file, please type:
'/update_changelog --pr_update_changelog.push_changelog_changes=true'

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.

3 participants