Kevin Zimmerman
Kevin Zimmerman
Are there any plans to make `async` versions of the `read`, `take`, `write` methods of `DataReader` and `DataWriter`?
### Summary I want to make a Web Component. How do I define my custom Web Component in the CustomElementRegistry? Specifically, how do I pass the constructor as a `&js_sys::Function`?...
I'm having trouble starting the server when the size of shared memory is beyond a certain size (not particularly large). If I take the [shmem example](https://github.com/pgcentralfoundation/pgrx/tree/develop/pgrx-examples/shmem) and simply increase the...
This PR originally intended to fix #1169. There are some models that do not work with `InstructorEmbedding` and `sentence-transformers` but rather should use `transformers.AutoModel`. Here, we introduce a `backend` field...
A user on Discord submitted the following query with subsequent error: ```sql SELECT pgml.embed( transformer => 'jinaai/jina-embeddings-v2-base-en', text => 'Dynamical Scalar Degree of Freedom in Horava-Lifshitz Gravity"}', kwargs => '{"trust_remote_code":...
Enables support for vLLM. To use, you must specify the `model` field in the `task` parameter of the `pgml.transform` function **and** you must add `"backend": "vllm"` in the `task` parameters....
Trying to use "MoritzLaurer/mDeBERTa-v3-base-mnli-xnli" for zero-shot-classification and am getting this error: ``` {"error":"error returned from database: worker error: Traceback (most recent call last):\n File \"\", line 227, in transform\n File...
Attempts to fix #1028