Skip to content

Releases: googleapis/langchain-google-memorystore-redis-python

v0.3.0

10 Oct 18:00
9ff64d4
Compare
Choose a tag to compare

0.3.0 (2024-09-23)

Features

  • Add support for clustered Memorystore products. (#94) (396ad18)

Documentation

v0.2.0

02 May 16:30
677af83
Compare
Choose a tag to compare

0.2.0 (2024-05-02)

Features

  • Populate langchain_quick_start.ipynb with a movie chatbot demo application (#33) (a1cd9e0)
  • Test against multiple versions (#58) (e4f02f2)

Bug Fixes

  • demo: Fixed typos and added clarifications (#50) (a71c859)
  • vectorstore: Incorporated review feedback (#44) (95f7842)

Documentation

  • Add additional explanation on jumpbox and port fowarding setup with minor fix. (#52) (72e8128)
  • Add API reference docs (#67) (3d605ec)
  • Add github links (#51) (c686ab4)
  • Update langchain_quick_start.ipynb (#47) (cca508d)
  • Update to quickstart (#45) (293cefb)

v0.1.0

26 Feb 19:56
25e15bf
Compare
Choose a tag to compare

0.1.0 (2024-02-26)

Features

  • Add MemorystoreChatMessageHistory (#10) (cb567ef)
  • Add notebooks for integrations (#27) (5e09c19)
  • Add placeholder for LangChain with Memorystore Redis integration (#30) (4ac8def)
  • Initialize repo (55fbb09)
  • Merge staging (vector store, doc saver/loader) into main (#23) (f25d030)

Bug Fixes

  • Fix class names in README.md (#31) (db7b4e5)
  • vectorstore: Correct HNSW parameter inclusion and test assertions (#40) (f011df1)

Documentation