Changelog

0.2.2 (2024-04-30)

Documentation

0.2.1 (2024-04-15)

Bug Fixes

  • Allow similarity search on table names with special characters (#65) (4832524)

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

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)

Documentation