-
Or rename `iter_indexed` to `enumerate` (`enumerate` seems to be a more standard name for such method).
-
Hello experts,
I am trying to use the embedding generate from text connector with simple text which is throwing me unknown description. With the same connector configuration, I am able run document p…
-
Quoth the LangRef:
```
In general vector elements are laid out in memory in the same way as array types. Such an analogy works fine as long as the vector elements are byte sized. However, when the…
-
Hi @clemlesne,
first of all: thank you for your awesome work. finally got the call-center-ai sample project all set up but now I'm facing issues with filling the index via synthetic-rag-index.
I …
-
This one caught me off guard. Large tables seem to be unsafe when manipulating this example geo parquet file (using GeoDataFrames v0.3.10 with Julia v"1.11.1"):
https://drive.google.com/file/d/1FJU…
-
[Godbolt](https://zig.godbolt.org/z/M4decT6sc)
This code:
```zig
export fn extract_bits1(a: u64) u64 {
return ((a >> 2) & 0b1) | ((a >> 5) & 0b110);
}
```
This LLVM IR:
```llvm
defi…
-
Hey again @alexhernandezgarcia , @josephdviviano and others,
**TL;DR**: Can I use Stack(Grid,ContinuousCube) as an environment to sample N*3D-points ($N \times ℝ^3$ vectors)?
**Long Version**
I…
-
Automatically getting tags with ollama is quite nice ! but i think it would be more awesome if it stored text vector , so we can search by similar text, or make filter to have similar links / image to…
-
# (Medium) - `get_withdrawal_requests` always returns an empty vector
## 1. Description
Whenever a bitcoin block gets polled from the client and then written to storage the `write_bitcoin_block`…
-
Currently the test vector uses .fromJson and only works in kotlin.
Need to change the test vector input so it's the input of VerifiableCredential.create() and works across all sdks
public fu…