-
Notifications
You must be signed in to change notification settings - Fork 2.7k
feat(langchain-community): add custom schema option for neon vector store #8867
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-community): add custom schema option for neon vector store #8867
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution! Do you think we can add a small unit test to verify this property does something 😉 also I would appreciate a small remark in docs/core_docs/docs/integrations/vectorstores/neon.mdx
. Thank you!
…FlickDaWist/langchainjs into fdw/custom-neon-postgres-schema
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two last minor suggestions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the quick update , LGTM 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lint fix
Will take over and land in #8921 |
This PR introduces custom schema name option for Neon Postgres vector store.