Skip to content

Releases: liunux4odoo/sqlalchemy-vectorstores

v0.1.2

27 Sep 07:24
Compare
Choose a tag to compare
  • feature:
    • Allow specify table names with a prefix in VectorStore
    • Add helper methods to drop all tables
    • Add helper methods to delete all documents by url
    • Add helper methods to read documents by metadata
  • fix:
    • Avoid duplicate definitions of sqlalchemy.Table
    • Join tables correctly when source table empty

Full Changelog: v0.1.1...v0.1.2

v0.1.1

18 Sep 09:57
Compare
Choose a tag to compare

use a separate table to store postgres tsvector
ability to customize tokenize for sqlite fts & postgres tsvector
add a tokenize using jieba
add a words table to hold stop words and user dictionary. User should load & set them to Tokenize mannualy.

Full Changelog: v0.1.0...v0.1.1

v0.1.0

13 Sep 06:49
Compare
Choose a tag to compare
fix readme