-
For Cassio (used by different customers) we are working with a table like this:
```sql
CREATE TABLE cassio_store (
partition_id text,
row_id timeuuid,
attributes_blob text,
…
-
Hi, I'm trying to run cooccur on a 100 x 1525 matrix (that I creatively named "Matrix") and am receiving this error message:
("Length of logical index vector must be 1 or ", length(x), " (the numbe…
-
It is possible to index vector elements with run-time indexes. This need was noticed [here](https://github.com/ziglang/zig/issues/5427#issuecomment-633342461). GCC supports this:
```
#include
type…
-
## Precommit CI Run information
Logs can be found in the associated Github Actions run: https://github.com/ewlu/gcc-precommit-ci/actions/runs/12111312672
## Patch information
Applied patches: 1 -> 1
A…
-
## Precommit CI Run information
Logs can be found in the associated Github Actions run: https://github.com/ewlu/gcc-precommit-ci/actions/runs/12111312672
## Patch information
Applied patches: 1 -> 2
A…
-
I have the following MLIR program:
test.mlir:
```
module {
func.func private @func1() -> f32{
%idx0 = index.constant 0
%c21848_i16 = arith.constant 21848 : i16
%c1 = arith.constan…
-
Jira Link: [DB-10645](https://yugabyte.atlassian.net/browse/DB-10645)
### Description
Approach:
- The normal SSTable files store key/value mappins of the form id -> vector (id could be ybctid of th…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Environment
```markdown
- Milvus version: 2.4.16
- Deployment mode(standalone or cluster):
- MQ type(rocksmq…
-
### Elasticsearch Version
8.15.3
### Installed Plugins
_No response_
### Java Version
_bundled_
### OS Version
Cloud
### Problem Description
Running a `text_expansion` query against a field t…
-
Just as we have pow2 block ram, etc, it would be nice if we had safe pow2 vector indexing.
I was just refactoring one of my processors to change the word size, and some bugs got caught with my tests …