-
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.14
head repository: langchain-ai/langchain-postgres
compare: langchain-postgres==0.0.15
- 18 commits
- 33 files changed
- 9 contributors
Commits on Apr 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for dbed216 - Browse repository at this point
Copy the full SHA dbed216View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5566fd8 - Browse repository at this point
Copy the full SHA 5566fd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18b056d - Browse repository at this point
Copy the full SHA 18b056dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cc1113 - Browse repository at this point
Copy the full SHA 9cc1113View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc5a903 - Browse repository at this point
Copy the full SHA fc5a903View commit details -
current example w/ ID field wasn't working perhaps due to a collision in the metadata fields and the ID column
Configuration menu - View commit details
-
Copy full SHA for 02b1fc6 - Browse repository at this point
Copy the full SHA 02b1fc6View commit details -
docs(migration): Add migration script (#178)
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 12a11d7 - Browse repository at this point
Copy the full SHA 12a11d7View commit details
Commits on Apr 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 164810f - Browse repository at this point
Copy the full SHA 164810fView commit details
Commits on Apr 22, 2025
-
refactor: Update vectorstore search to support inline embedding (#201)
refactor: Update vectorstore search to support inline embedding While using inline embedding functions in the current select sql query, due to parameterization, sql throws an error( The parameter has to already be in vector datatype). This change is to support inline embedding functions.
Configuration menu - View commit details
-
Copy full SHA for 4c86319 - Browse repository at this point
Copy the full SHA 4c86319View commit details
Commits on Apr 30, 2025
-
chore(docs): Add an Async Explainer doc (#200)
chore(docs): Add an Async Explainer doc This async explainer doc explains the benefits of a having duality in classes for PGVectorStore. --------- Co-authored-by: Averi Kitsch <akitsch@google.com>
Configuration menu - View commit details
-
Copy full SHA for fe8b622 - Browse repository at this point
Copy the full SHA fe8b622View commit details
Commits on May 2, 2025
-
Fix typo `psycogp3` -> `psycopg3`. Co-authored-by: Averi Kitsch <akitsch@google.com>
Configuration menu - View commit details
-
Copy full SHA for d87491b - Browse repository at this point
Copy the full SHA d87491bView commit details
Commits on May 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d3dbe18 - Browse repository at this point
Copy the full SHA d3dbe18View commit details
Commits on May 28, 2025
-
* Update pyproject.toml * Add uv.lock * Update workflows and actions to use uv * Linted a bunch of files * Had to add ruff lint ignore rules especially for E501 (long lines) to v2 implementation of pgvectorstores -- ideally we can fix those up at some point * Currently only testing with python 3.12. We should parallelize the test when possible, would require handling the postgres service to accommodate
Configuration menu - View commit details
-
Copy full SHA for 194b3bb - Browse repository at this point
Copy the full SHA 194b3bbView commit details
Commits on Jun 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9f97676 - Browse repository at this point
Copy the full SHA 9f97676View commit details -
fix: Add support for a metadata column named id in PGVectorStore (#210)
Add support for a metadata column named id in PGVectorStore Fixes an issue that prevented adding a metadata column named id to the vector store, due to a conflict with the id parameter in the insert query. Users can now successfully include a metadata column with the name id. Co-authored-by: Averi Kitsch <akitsch@google.com>
Configuration menu - View commit details
-
Copy full SHA for b342b29 - Browse repository at this point
Copy the full SHA b342b29View commit details
Commits on Jun 23, 2025
-
Fixed support for VectorStore search filters with multiple $like/$ili…
…ke/$in/$nin on same column (#217) Fixed issue #216. Pull request adds a filter test case that was failing and the fix for internal function _handle_field_filter. The function fix is to add an unique identifier to the column names of operator in, nin, like and ilike --------- Co-authored-by: AD101\z004nm6m <carlos.martins@siemens-energy.com>
Configuration menu - View commit details
-
Copy full SHA for 23c98be - Browse repository at this point
Copy the full SHA 23c98beView commit details -
fix #215 Co-authored-by: Averi Kitsch <akitsch@google.com>
Configuration menu - View commit details
-
Copy full SHA for fda4740 - Browse repository at this point
Copy the full SHA fda4740View commit details
Commits on Jun 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 18b1bcd - Browse repository at this point
Copy the full SHA 18b1bcdView 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.14...langchain-postgres==0.0.15