Results 5 comments of yangzq50

> ```json > { > "output": ["_row_id"], > "filter": "_row_id < 10" > { > ``` You can use ``` json { "output": ["_row_id"], "filter": "row_id() < 10" { ```

I cannot reproduce this error. I use Python 3.12.4 on Ubuntu 24.04 both ``` python import sentence_transformers import infinity ``` and ``` python import infinity import sentence_transformers ``` produce no...

In my machine (Ubuntu 24.04, Conda Python 3.12.4), Segmentation Fault will happen when the libstdcxx version is 12.4.0 If you use conda, you can try the following command: ```bash conda...

> Please note abs() is implemented in output(), but not yet implemented in filter(). Is this still a problem now?

Relevant pr: #2307 #2312 #2336 #2367