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

Support non-json serializable objects in LLMContext #1589

Conversation

dagardner-nv
Copy link
Contributor

@dagardner-nv dagardner-nv commented Apr 3, 2024

Description

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 review from a team as code owners April 3, 2024 15:33
@dagardner-nv dagardner-nv added dependencies Pull requests that update a dependency file breaking Breaking change improvement Improvement to existing functionality Merge After Dependencies PR is completed and reviewed but depends on another PR; do not merge out of order sherlock Issues/PRs related to Sherlock workflows and components skip-ci Optionally Skip CI for this PR labels Apr 3, 2024
@dagardner-nv dagardner-nv changed the base branch from branch-24.03 to branch-24.06 April 3, 2024 15:52
morpheus/_lib/include/morpheus/pybind11/json_values.hpp Outdated Show resolved Hide resolved
morpheus/_lib/include/morpheus/pybind11/json_values.hpp Outdated Show resolved Hide resolved
morpheus/_lib/src/llm/llm_context.cpp Outdated Show resolved Hide resolved
@dagardner-nv dagardner-nv removed skip-ci Optionally Skip CI for this PR Merge After Dependencies PR is completed and reviewed but depends on another PR; do not merge out of order labels Apr 5, 2024
@dagardner-nv
Copy link
Contributor Author

/merge

@rapids-bot rapids-bot bot merged commit 39f7f73 into nv-morpheus:branch-24.06 Apr 5, 2024
9 checks passed
@dagardner-nv dagardner-nv deleted the david-langchain-agent-errors-p2 branch April 5, 2024 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking change dependencies Pull requests that update a dependency file improvement Improvement to existing functionality sherlock Issues/PRs related to Sherlock workflows and components
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[FEA]: Update LLMContext to store outputs that are not json serializable
2 participants