-
A number of patterns in vector dialect lowerings predate 0-d vector support and side step from 0-d vectors by converting them to scalars and then broadcasting them. An example patch fixing this: http…
-
#### Feature Description
Although #365 provides a solution for parsing vector types, it deviates from the syntax specifications of [MySQL](https://dev.mysql.com/doc/refman/9.0/en/vector.html). Curr…
-
## Overview
Implement job queue system to handle asynchronous processing of uploaded files (vectorization, embedding generation)
When files are uploaded by the user we can't vectorize and generate…
-
**1. List vector Ids**
![Image](https://github.com/user-attachments/assets/bc68b3b7-56b6-4ff5-93fc-979d578846ec)
**2. Fetch Vectors**
![Image](https://github.com/user-attachments/assets/3b391424-4f9…
-
Do you have any suggestions for word vectors to use for Komi? I tried the fasttext Komi vectors with Stanza for POS and depparse, but it didn't make a huge difference. Tagger score went up 1 F1, but…
-
## Precommit CI Run information
Logs can be found in the associated Github Actions run: https://github.com/ewlu/gcc-precommit-ci/actions/runs/11837520814
## Patch information
Applied patches: 1 -> 2
A…
-
## Precommit CI Run information
Logs can be found in the associated Github Actions run: https://github.com/ewlu/gcc-precommit-ci/actions/runs/11837520814
## Patch information
Applied patches: 1 -> 1
A…
-
-
Segment has an `isZeroLength` method - would it make sense to add the same for `Vector`?
Of couse I can do `vec.length === 0`, but this involves an expensive `Math.sqrt`.
I can do `vec.dot(vec) =…
-