Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions[bot] committed Mar 5, 2024
1 parent f165c67 commit b5dd0f3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@



## v0.4.0 (2024-03-05)

### Feature

* feat: Add sqlite-vss for vector search similariy capabilities

* feat: Add sqlite-vss to add simioary search to sqlite

* feat: Integrate with langchain for sqlite-vss implementation

* feat: VSS now fully working

* fix: remove unsused file

* fix: Adjust unit test for similarity search ([`f165c67`](https://github.com/philippe2803/contentmap/commit/f165c67e929ee83b210b2078416a9506c37c66aa))


## v0.3.0 (2024-02-26)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "contentmap"
version = "0.3.0"
version = "0.4.0"
description = ""
authors = ["Philippe Oger <phil.oger@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit b5dd0f3

Please sign in to comment.