Skip to content

Commit 95397e0

Browse files
committed
docs: update 0.6.0 changelog
1 parent dec8af0 commit 95397e0

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

docs/changelog.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# v0.6.0
2+
3+
### What's Changed
4+
5+
- **CONDITIONAL BREAKING CHANGE**: We remove support for dot distance metric and we replace cosine similarity with cosine distance metric. This change is made to make the distance metric consistent with the other distance metrics.
6+
- The default configuration for the collection (EF Construction and EF Search) is increased to a more sensible value according to the common real-world use cases. The default EF Construction is set to 128 and the default EF Search is set to 64.
7+
- We add a new script to measure the recall rate of the collection search functionality. And with this, we improve the search recall rate of OasysDB to match the recall rate of HNSWLib with the same configuration.
8+
9+
```sh
10+
cargo run --example measure-recall
11+
```
12+
13+
- We add a new benchmark to measure the performance of saving and getting the collection. The benchmark can be run by running the command below.
14+
15+
```sh
16+
cargo bench
17+
```
18+
19+
### Contributors
20+
21+
- @edwinkys
22+
23+
### Full Changelog
24+
25+
https://github.com/oasysai/oasysdb/compare/v0.5.1...v0.6.0
26+
127
# v0.5.1
228

329
### What's Changed

0 commit comments

Comments
 (0)