Releases: langchain-ai/langchain-postgres
Releases · langchain-ai/langchain-postgres
v0.0.13
What's Changed
- infra: disable pypi release attestations by @efriis in #137
- langchain-standard-tests -> langchain-tests by @efriis in #140
- no more git dependencies by @efriis in #141
- Drop 3.8 support from CI by @eyurtsev in #148
- bump langchain-tests by @ccurme in #145
- drop python 3.8 from CI by @ccurme in #149
- Allow langchain-postgres to work with numpy 2.x by @RyanKung in #155
- Documentation: Add CONTRIBUTING.md and DEVELOPMENT.md by @amotl in #158
- Dependencies: Add
greenlet
package totest
dependency group by @amotl in #161 - Dependencies: Update to pgvector <0.4 by @eyurtsev in #163
- Bump version 0.0.13 by @eyurtsev in #164
New Contributors
- @ccurme made their first contribution in #145
- @RyanKung made their first contribution in #155
- @amotl made their first contribution in #158
Full Changelog: v0.0.12...v0.0.13
v0.0.12
What's Changed
- fix: use self.embeddings.aembed_* in async methods by @liunux4odoo in #97
- Release 0.0.12 by @eyurtsev in #117
New Contributors
- @liunux4odoo made their first contribution in #97
Full Changelog: v0.0.11...v0.0.12
v0.0.11
v0.0.10
What's Changed
- Implementation of upsert, aupsert, get_by_ids, aget_by_ids by @eyurtsev in #83
- Release 0.0.10 by @eyurtsev in #90
- standardizing doc string by @isahers1 in #95
- infra: delete release (not _release) by @efriis in #105
- address issue for mmr calculation by @IanQS in #99
- patch: revert unreleased upsert change by @eyurtsev in #112
- Update _release.yml by @efriis in #113
- Update _release.yml by @efriis in #114
New Contributors
Full Changelog: v0.0.9...v0.0.10
v0.0.9
v0.0.8
v0.0.7
What's Changed
- Update README.md by @eyurtsev in #54
- Add URL to source code to pyproject.toml by @leo-gan in #57
- Add async mode for pgvector (v2) by @pprados in #64
- pgvector document filters by @eyurtsev in #66
- add unit tests for $in and $nin operators by @eyurtsev in #67
- Add support for the Negation('$not') operator by @Raj725 in #62
- Add $not operator to list of supported operator in pgvector doc-string by @eyurtsev in #69
- Release 0.0.7 by @eyurtsev in #70
New Contributors
- @leo-gan made their first contribution in #57
- @pprados made their first contribution in #64
- @Raj725 made their first contribution in #62
Full Changelog: v0.0.6...v0.0.7
v0.0.6
What's Changed
- vectorstore: Fix in exists operator. Was working as null by @MartinGotelli in #51
- BREAKING: remove langgraph checkpointer by @eyurtsev in #52
- Release 0.0.6 by @eyurtsev in #53
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
- vectorstore: Add support to filter by IS NULL and IS NOT NULL criteria by @MartinGotelli in #40
- Release 0.0.5 by @eyurtsev in #48
New Contributors
- @MartinGotelli made their first contribution in #40
Full Changelog: v0.0.4...v0.0.5