Releases: langchain-ai/langchain-postgres
Releases · langchain-ai/langchain-postgres
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
v0.0.4
v0.0.3
v0.0.2
v0.0.1
What's Changed
- Update poetry file by @eyurtsev in #1
- Set up CI by @eyurtsev in #2
- Mvoe integration tests to unit tests by @eyurtsev in #3
- Add docker-compose file by @eyurtsev in #5
- Update env variables by @eyurtsev in #6
- Fix import in unit tests by @eyurtsev in #4
- Another env variable fix by @eyurtsev in #7
- bump timeout by @eyurtsev in #8
- Update readme by @eyurtsev in #9
- Some clean up by @eyurtsev in #10
- Update API to use create_tables and drop_tables consistently by @eyurtsev in #11
- Rename postgres checkpointer to postgres saver by @eyurtsev in #12
- Add release workflow by @eyurtsev in #13
- Update interface to accept pools by @eyurtsev in #14
- Update README with langgraph examples by @eyurtsev in #15
- Add langgraph+langchain-postgres example by @eyurtsev in #16
- Add notebook for vectorstore and update bug in add_documents by @eyurtsev in #17
- Remove deprecated code from vectorstore by @eyurtsev in #18
- Move the star by @eyurtsev in #19
- Fix handling of connections by @eyurtsev in #20
- Update embeddings_function -> embeddings by @eyurtsev in #21
- Update documentation by @eyurtsev in #22
- Update README.md by @eyurtsev in #23
- Fix broken tests by @eyurtsev in #24
- Update session management in vectorstore by @eyurtsev in #25
New Contributors
Full Changelog: https://github.com/langchain-ai/langchain-postgres/commits/v0.0.1