-
The RFC for `ed25519` (https://datatracker.ietf.org/doc/html/rfc8032#section-7.1) specifies a number of test cases that any implementation must handle. We should add these to ensure our implementation…
-
Please make `dld` (and related functions) work on vectors (Positionals).
This works:
```
dld('Pepa' 'Pepper')
# 3
```
This does not, but it would be nice if it did:
```
dld('Pepa'.…
-
Vectors use ints. Ints are too inty.
I need to make them float.
-
## Description
Is it possible to search for multiple embeddings at the same time? In my specific case, I want to make a similarity search for text and image embedding. I am aware of hybrid search, …
-
Looking at the schema example:
https://github.com/objectbox/objectbox-generator/blob/main/test/comparison/testdata/fbs/typeful/schema.fbs
There is only support for vector of string, byte, ubyte and …
-
Rate vectors in Eclipse are valid in time intervals, not at points in time. Eclipse writes the values of these rates at the report step at the end of the interval.
When computing mismatches for a r…
-
Is there a way to perform a search for a set of vectors with one request?
-
From [here](https://github.com/sagemath/sage/issues/38524#issuecomment-2295363163):
```sage
sage: L = IntegralLattice(matrix([[1000,0],[0,1]]))
sage: v = L.0; v
(1, 0)
sage: v.parent()
Lattice…
-
Dear all,
I am verifying ECDSA verification using SigVer.rsp, NIST test vectors.
https://csrc.nist.gov/CSRC/media/Projects/Cryptographic-Algorithm-Validation-Program/documents/dss/186-4ecdsatestve…
-
Hello,
I am tring to interpolate a set of unit direction vectors' endpoints with spline. It means that the spline will interpolate/cross each direction vector's endpoint on a unit sphere surface. …