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

Allow passing metadata to LangChainAgentNode._run_single #1710

Conversation

dagardner-nv
Copy link
Contributor

@dagardner-nv dagardner-nv commented May 17, 2024

Description

  • Allows passing arbitrary metadata in to the agent.
  • Update a few imports to lower the number of deprecation warnings

Closes #1706

By Submitting this PR I confirm:

  • I am familiar with the Contributing Guidelines.
  • When the PR is ready for review, new or existing tests cover these changes.
  • When the PR is ready for review, the documentation is up to date with these changes.

@dagardner-nv dagardner-nv requested a review from a team as a code owner May 17, 2024 15:35
@dagardner-nv dagardner-nv self-assigned this May 17, 2024
@dagardner-nv dagardner-nv added non-breaking Non-breaking change improvement Improvement to existing functionality labels May 17, 2024
morpheus/llm/nodes/langchain_agent_node.py Outdated Show resolved Hide resolved
tests/llm/nodes/test_langchain_agent_node.py Outdated Show resolved Hide resolved
tests/llm/nodes/test_langchain_agent_node.py Outdated Show resolved Hide resolved
tests/llm/nodes/test_langchain_agent_node.py Outdated Show resolved Hide resolved
@mdemoret-nv
Copy link
Contributor

/merge

@rapids-bot rapids-bot bot merged commit bb51e61 into nv-morpheus:branch-24.06 Jun 1, 2024
15 checks passed
@dagardner-nv dagardner-nv deleted the david-langchainagent-metadata-1706 branch June 3, 2024 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement to existing functionality non-breaking Non-breaking change
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[FEA]: Allow passing metadata to LangChainAgentNode._run_single
2 participants