-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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: Add LangChain vector store adapter for CrateDB #6011
base: main
Are you sure you want to change the base?
Conversation
Hey @amotl I was not able to run Langflow because the icon you provided is not valid. Could you take a look at it, please? |
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.
Hi @ogabrielluiz, thanks for your reply. I hope we can resolve the icon/logo issue soon. I've provided a few bits of information below, within a PR discussion thread attached to the cratedb.svg
file.
height="600" | ||
> |
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.
You are missing this:
height="600" | |
> | |
height="600" | |
{...props} | |
> |
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.
Thank you. I've just amended the patch by adding the missing {...props}
.
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.
Hi @ogabrielluiz. I think this patch would be ready to be integrated now. Apologies for the woes around getting the logo right. May we humbly ask you to have a look at this again?
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.
Hi Gabriel,
do you need anything else from us to complete this patch?
With kind regards,
Andreas.
Hi there,
thanks a stack for conceiving Langflow. Hereby, we are adding another vector store adapter for CrateDB, which is effectively the same like the one for PostgreSQL/PGVector, because CrateDB is compatible with PostgreSQL.
With kind regards,
Andreas.