-
Hello, how can I obtain the elevation of each vertex in the stage?
-
Hi everyone!
I've noticed some really weird quirks with functions that utilise va_list et. al
Looks like values are extended to 64-bit before being pushed onto the stack and then interpreted as 32-b…
-
> netVisual_circle(cellchat_PD@net$weight, vertex.weight = groupSize, weight.scale = T, label.edge= F, title.name = "Interaction weights/strength in PD",arrow.size = 0.05)
Error in i_set_vertex_attr(…
-
```python
import numpy as np
import moderngl
import glm
import time
import math
import sys
from PyQt5 import QtWidgets
from PyQt5.QtOpenGL import QGLWidget
from PyQt5.QtOpenGL import QGLFor…
-
### Bug Description
When using a FunctionTool, I receive the following error:
`
AttributeError: 'FunctionCall' object has no attribute '_pb'
`
It seems that this tool makes some assumptions a…
-
RayMeshIntersector.intersects_location() [has the following comment](https://github.com/mikedh/trimesh/blob/6ed17ba4656b2f71ba45228e9a91fc1f8ae09f00/trimesh/ray/ray_triangle.py#L72):
> If you are c…
-
### The Feature
[Chirp](https://console.cloud.google.com/vertex-ai/publishers/google/model-garden/chirp-rnnt1) is a speech to text model, similar to `whisper`
Ideally it could be supported via the…
-
I have define a graph with two types of vertices, each is uniquely identified by primary key `custom_id` which is of type `DT_SIGNED_INT64`.
```yaml
name: modern_graph # then must have a modern di…
-
Google Vertex provides easy access to [many models](https://console.cloud.google.com/vertex-ai/model-garden). I think it'd be okay to reference [`llm-vertex.el`](https://github.com/ahyatt/llm/blob/4ad…
-
i want to use gemini. gemini doesn't appear to have an embedding model. vertex does tho. so i add that starter, it brings in the vertex chat model, which conflicts with gemini's chat model. so i can't…