This release turns Sifts into a full-blown vector-embedding database for semantic search & LLM chat apps!
It makes use of the official PostgreSQL `pgvector` extension, but also works with the SQLite backend. You can choose to use full-text search, vector search, or both in the same collection.
0.8.3
This release makes a small change that reduces the likelihood of lock errors in PostgreSQL.
0.8.2
This release fixes two issues with PostgreSQL.
0.8.1
This release fixes a bug with using `$in`/`$nin` with PostgreSQL.
0.8.0
- Replace `all_documents` by `get` that supports sorting and filtering just like `query` - Support `<`, `>`, `<=`, `>=` comparison in metadata filters