-
Notifications
You must be signed in to change notification settings - Fork 107
Comparing changes
Open a pull request
base repository: langchain-ai/langchain-postgres
base: v0.0.13
head repository: langchain-ai/langchain-postgres
compare: v0.0.14rc1
- 14 commits
- 37 files changed
- 5 contributors
Commits on Feb 20, 2025
-
docs: fix PGVector import examples (#123)
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 324c1d4 - Browse repository at this point
Copy the full SHA 324c1d4View commit details
Commits on Mar 23, 2025
-
docs: update the readme to note Google provided integrations (#173)
Update the repo README to note Google provided integrations
Configuration menu - View commit details
-
Copy full SHA for be2fc47 - Browse repository at this point
Copy the full SHA be2fc47View commit details
Commits on Apr 4, 2025
-
fix: Add setter for Chat Message History messages (#174)
Fixes mypy error: langchain_postgres/chat_message_histories.py:344: error: Cannot override writeable attribute with read-only property [override] Found 1 error in 1 file (checked 37 source files) --------- Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2883be6 - Browse repository at this point
Copy the full SHA 2883be6View commit details -
feat: Add the PGVectorStore (#175)
This PR includes * New PGVectorStore classes (in namespace v2) * Migration module and guide * Deprecation warning for PGVector * Updated documentation --------- Co-authored-by: dishaprakash <57954147+dishaprakash@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b1c9819 - Browse repository at this point
Copy the full SHA b1c9819View commit details -
Removed the definition of the duplicate index on the id column and re… (
#167) Removed the definition of the duplicate index on the id column and removed the column attributes that do not match what PostgreSQL uses for a primary key. A primary key always has an index and is always not nullable. Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1f1f03f - Browse repository at this point
Copy the full SHA 1f1f03fView commit details
Commits on Apr 7, 2025
-
docs: refactor the readme (#176)
I've decided to keep the Google Cloud Integrations section at the bottom. I will send separate PRs for the migration script and quickstart update.
Configuration menu - View commit details
-
Copy full SHA for fbcbef7 - Browse repository at this point
Copy the full SHA fbcbef7View commit details -
docs: update PGVectorStore quickstart (#177)
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 22f4f47 - Browse repository at this point
Copy the full SHA 22f4f47View commit details -
chore: Update PGVectorstore quickstart (#183)
chore: Update PGVectorstore quickstart Changes: - The instances where the variable `engine` is being used instead of `pg_engine` - Added Cohere embedding model along with the right vector size for the model - Change to use `embedding` parameter instead of `embedding_service` in vectorstore.afrom_documents Fixes #180 --------- Co-authored-by: Averi Kitsch <akitsch@google.com>
Configuration menu - View commit details
-
Copy full SHA for 1eb9ddb - Browse repository at this point
Copy the full SHA 1eb9ddbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01ee285 - Browse repository at this point
Copy the full SHA 01ee285View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b37808 - Browse repository at this point
Copy the full SHA 2b37808View commit details
Commits on Apr 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a220599 - Browse repository at this point
Copy the full SHA a220599View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50b567b - Browse repository at this point
Copy the full SHA 50b567bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 596ac5f - Browse repository at this point
Copy the full SHA 596ac5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6d4e07 - Browse repository at this point
Copy the full SHA f6d4e07View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.0.13...v0.0.14rc1