Releases: googleapis/langchain-google-cloud-sql-mysql-python
Releases · googleapis/langchain-google-cloud-sql-mysql-python
v0.2.3
v0.2.2
v0.2.1
v0.2.0
0.2.0 (2024-04-08)
Features
- Add index types for vector search (#55) (2e30b48)
- Add MySQLVectorStore initialization methods (#52) (a1c9411)
- Adding search functions and tests (#56) (5b80694)
- ci: Run tests against multiple versions (#51) (3439c9d)
- Support add and delete from MySQLVectorStore (#53) (ce45617)
Documentation
v0.1.0
0.1.0 (2024-02-22)
Features
- Add
MySQLChatMessageHistory
class (#13) (b107a43) - Add document saver class and support save/load/delete user journey (#16) (49f6018)
- Add MySQLEngine and Loader load functionality (#9) (6c8af85)
- Add user_agent to client (#25) (b4aa7ec)
- Initialize repo (abbd351)
- Support basic user/password auth with
MySQLEngine
(#17) (d462a3c) - Support saving with customized content column and saving/loading with non-default metadata JSON column. (#19) (b489a43)