0.15.0 (2026-01-08)
- Refactor PostgresVectorStore and PostgresEngine to depend on PGVectorstore and PGEngine respectively (#316)
- deps: Update langchain-postgres to v0.0.16 (#366) (e773505)
- Disable support for python 3.9 and enable support for python3.13 (#378) (b97060e)
- Update Langgraph dependency to v1 (#379) (7a841b3)
- Refactor PostgresVectorStore and PostgresEngine to depend on PGVectorstore and PGEngine respectively (#316) (7917d62)
0.14.1 (2025-07-11)
0.14.0 (2025-04-29)
0.13.0 (2025-03-17)
0.12.1 (2025-02-12)
- Add write messages to Chat History (#265) (0f69092)
- Enquote column names to not match reserved keywords. (#267) (ef63226)
- Query and return only selected metadata columns (#253) (a8cc5a2)
0.12.0 (2025-01-06)
0.11.1 (2024-11-15)
- Add benefits to readme (#224) (f791be0)
- Adding a readme to itemise sample notebooks. (#225) (4ce8be3)
0.11.0 (2024-10-04)
0.10.0 (2024-09-17)
- support async and sync versions of indexing methods
- remove _aexecute(), _execute(), _afetch(), and _fetch() methods
- Add from_engine_args method (de16842)
- Add support for sync from_engine (de16842)
- Allow non-uuid data types for vectorstore primary key (#209) (ffaa87f)
- Refactor to support both async and sync usage (de16842)
- Replacing cosine_similarity and maximal_marginal_relevance local methods with the ones in langchain core. (#190) (7f27092)
- Support async and sync versions of indexing methods (de16842)
- Updating the minimum langchain core version to 0.2.36 (#205) (0651231)
0.9.0 (2024-09-05)
0.8.0 (2024-09-04)
- Add table name to default index name (#171) (8e61bc7)
- Remove langchain-community dependency (#172) (b4f40bb)
- Add caching for background loop/thread (#184) (1489f81)
- Fix QueryOptions not applied to similarity search bug (#185) (e5dca97)
- Fixed extra char in requirements.txt (#196) (50dc32f)
- Add index choosing guide (#178) (e96ffb6)
- Added vector store initialization from documents (#174) (eb2eac3)
- Update README.md to fix 404 links to templates (#182) (f10ae6c)
0.7.0 (2024-07-23)
- Add similarity search score threshold select function (#157) (71789f0)
- Added example for document saver (#164) (13b909e)
- Auto-generate IDs upon adding embeddings (#158) (a364514)
- Support IAM account override (#160) (2de3cba)
- Add key to engine constructor (c12ded9)
- Rename inner product distance search function to inner_product (#168) (c5641c3)
0.6.1 (2024-07-01)
- Change IVFFlat
listsdefault to 100 (#149) (45854a1) - Use lazy refresh for Cloud SQL Connector (#144) (cbae094)
0.6.0 (2024-06-18)
0.5.0 (2024-05-30)
0.4.1 (2024-05-02)
- Missing quote in table name (#123) (b490c81)
- Update required dep to SQLAlchemy[asyncio] (#121) (d480760)
0.4.0 (2024-04-03)
0.3.0 (2024-04-02)
0.2.0 (2024-03-25)
- Add check for database (#79) (4959ceb)
- Add github links (#84) (864f642)
- Update langchain_quick_start.ipynb (#81) (5e79043)
- Update quickstart (#76) (37b4380)