cottontaildb icon indicating copy to clipboard operation
cottontaildb copied to clipboard

Cottontail DB is a column store vector database aimed at multimedia retrieval. It allows for classical boolean as well as vector-space retrieval (nearest neighbour search) used in similarity search us...

Results 24 cottontaildb issues
Sort by recently updated
recently updated
newest added

When trying to insert into an entity with an auto-increment column that has a unique index, the insert fails due to duplicate keys. Here is a minimal example to reproduce...

bug

Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. Commits 3b0994a 2.0.1 32f468f lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=2.0.0&new-version=2.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...

dependencies

The newly released 0.16.0 does not work as expected: ```bash $ docker run --rm vitrivr/cottontaildb:0.16.0 Could not load Cottontail DB configuration file under /cottontaildb-config/config.json. Cottontail DB will shutdown! kotlinx.serialization.json.internal.JsonDecodingException: Unexpected...

Bumps [engine.io](https://github.com/socketio/engine.io) and [socket.io](https://github.com/socketio/socket.io). These dependencies needed to be updated together. Updates `engine.io` from 6.2.1 to 6.5.4 Release notes Sourced from engine.io's releases. 6.5.4 This release contains some minor changes...

dependencies

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.5 to 7.23.5. Release notes Sourced from @​babel/traverse's releases. v7.23.5 (2023-11-29) :eyeglasses: Spec Compliance babel-plugin-proposal-decorators #16138 Class binding is in TDZ during decorators initialization (@​nicolo-ribaudo) babel-helpers, babel-plugin-proposal-decorators...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.32 to 0.7.37. Release notes Sourced from ua-parser-js's releases. v0.7.37 Version 0.7.37 Fix misidentified WebView token as device model Increase UA_MAX_LENGTH to 500 Add new browser: Alipay,...

dependencies

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.1 to 4.2.4. Release notes Sourced from socket.io-parser's releases. 4.2.4 Bug Fixes ensure reserved events cannot be used as event names (d9db473) properly detect plain objects (b0e6400)...

dependencies

It would be really handy to have a container release flavour that only contains Carrotli. This can be used to manage other Cottontail DB containers that are not exposed to...