-
-
Notifications
You must be signed in to change notification settings - Fork 10
feat: add Postgres store #44
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
Conversation
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.
Sind Tests would be nice 🙃
Looks really good - thanks @smnandre! Needs a rebase and Oskar's comments - good to merge than |
Done :) |
to keep the flow straight forward, I would love, if you could squash your commits and create a PR on the original llm-chain lib. We can cherry-pick then afterwards |
Wait, so .. i must have two separated forks, work on AI, rename paths but also concepts from one to the other, open the PR on LLM, and then it's done here ? :| Could we ease that process a bit? |
(rebased and squashed here) |
A right, you must rename the namespaces and so on, didn't thought about this. Ok then nvm, let's merge it here |
This is great - thanks for adding that @smnandre 🙏 |
560ee4a
to
87f2ddb
Compare
Thanks @smnandre. |
Here is a first/naive attempt to add a Postgres store (via pgvector extension)
Very inspired by the MariaDB store PR (and existing examples).
Trying to digg in the repository, please tell me if anything is not in the spirit/style of what you guys building here..