Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pubkey/rxdb
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Sep 10, 2024
2 parents 606c63a + 752a2c5 commit 58a8612
Show file tree
Hide file tree
Showing 220 changed files with 874 additions and 483 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@
# RxDB Changelog

<!-- CHANGELOG NEWEST -->
- ADD tutorial for a [local-first Vector Database](https://rxdb.info/articles/javascript-vector-database.html)
- FIX RxPipeline tries to store metadata that does not match the json schema.
- ADD utilities function for vector search.

<!-- ADD new changes here! -->

<!-- /CHANGELOG NEWEST -->

<!-- RELEASE BELOW -->

### 15.33.0 (10 September 2024)

- ADD tutorial for a [local-first Vector Database](https://rxdb.info/articles/javascript-vector-database.html)
- FIX RxPipeline tries to store metadata that does not match the json schema.
- ADD utilities function for vector search.

### 15.32.0 (26 August 2024)

- ADD [Fulltext Search Plugin](https://rxdb.info/fulltext-search.html)
Expand Down
8 changes: 5 additions & 3 deletions dist/cjs/plugins/pipeline/rx-pipeline.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cjs/plugins/pipeline/rx-pipeline.js.map

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions dist/cjs/plugins/utils/utils-array.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cjs/plugins/utils/utils-array.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cjs/plugins/utils/utils-rxdb-version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cjs/plugins/utils/utils-rxdb-version.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions dist/cjs/plugins/vector/helper.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/cjs/plugins/vector/helper.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions dist/cjs/plugins/vector/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/cjs/plugins/vector/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions dist/cjs/plugins/vector/types.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/cjs/plugins/vector/types.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 38 additions & 0 deletions dist/cjs/plugins/vector/vector-distance.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/cjs/plugins/vector/vector-distance.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/cjs/rx-error.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 58a8612

Please sign in to comment.