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

Add support for Amazon Aurora DSQL memory message #7635

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jl4nz
Copy link
Contributor

@jl4nz jl4nz commented Jan 31, 2025

Based on postgresql integration, but modified to support DSQL compatibility.

  1. The id column in PostgreSQL is SERIAL auto-incrementent, and DSQL is UUID using the database function gen_random_uuid.
  2. A created_at column is created to track the order and history of the messages.
  3. The message column in PostgreSQL is JSONB, and DSQL is TEXT with Javascript parsing handling

@dosubot dosubot bot added the size:XL This PR changes 500-999 lines, ignoring generated files. label Jan 31, 2025
Copy link

vercel bot commented Jan 31, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langchainjs-docs ❌ Failed (Inspect) Jan 31, 2025 7:33am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
langchainjs-api-refs ⬜️ Ignored (Inspect) Jan 31, 2025 7:33am

@dosubot dosubot bot added auto:documentation Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder auto:enhancement A large net-new component, integration, or chain. Use sparingly. The largest features labels Jan 31, 2025
@jl4nz jl4nz changed the title Add support for AWS Aurora DSQL memory message Add support for Amazon Aurora DSQL memory message Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:documentation Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder auto:enhancement A large net-new component, integration, or chain. Use sparingly. The largest features size:XL This PR changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant