-
I accidentally stumbled on the following:
```jl
julia> v = Union{Vector{Int}, Nothing}[Vector{Int}[] for _ in 1:3]
```
This returns a `Vector{Union{Vector{Int}, Nothing}}` but, really, I think it shou…
-
### What problem does the new feature solve?
Add Ollama support for vectorizer
### What does the feature do?
Allows to use self hosted Ollama instance to process embeddings.
### Implementation cha…
-
This is mostly a survey and a note to start future work, I guess. I tried several wicked things with vectorize using 1.0.20 on a dev DB and **more than a single vectorize column**.
_(Note: this canno…
-
Objects like the ghost and the lava from the volcano that are supposed to send the ball to the start (using the ballStart vector variable), don't always do that? It seems to depend on the overall shap…
-
I processed gmtsar data with kite and found that the look vectors for lifting the rail were incorrect. I processed two earthquakes in a row and found that it was the same in both cases. Could you tell…
-
Proposal for a freedv-gui test mode/feature to dump a file of `features_out.f32` vectors (36 cols each, x length of sample). These are the vectors at the output of the RADE decoder, that are fed to t…
-
Hello,
I have problem with the following code:
```
v k,k1,k2, newvector;
c A,B,C;
g f = A(k1)*C(3*k1.k1 + 5*k1.k2 + 7*k2.k2);
* set $k …
-
#include
using namespace std;
int main() {
int n;
cin>>n;
int Vector[n];
for(int i=0;i
-
Using the latest Ogbujipt from Git, pgvector version 0.3.6 installed, and while initializing a DocDB instance via __DocDB.from_conn_params__ with the following:
```python
db = await DocDB.from…
-
**AttributeError: 'Vector3D' object has no attribute 'get_vector_angle'**
I have met an error in the following code, can you help me?
`relative_delta_angle = math.degrees(ego_forward_vector.get_ve…