Aelentel

Results 7 issues of Aelentel

calling the Moderation API result in the following payload : however the java model "ModerationResult" doesn't have the following flags & metrics : harassment & harassment/threatening ```json { "id": "modr-",...

depending on the machine or virtual machine, it's possible to hit a filesystem free space problem. it seems a bit overkill for this to necessitate 3.5 GB of free disk...

A the rationale is to be able to integrate with markdown visualizer outside of Obsidian, it's very frustrating to save the workspace on a remote reposiroty and ask ppl to...

### Description the documentation : https://docs.yugabyte.com/stable/reference/drivers/java/yugabyte-jdbc-reference/ contains improper example for topology keys, the proper property is not "dataSource.topologyKeys" but "dataSource.topology-keys". ```java String geoLocations = "cloud1.region1.zone1,cloud1.region2.zone2"; poolProperties.setProperty("dataSource.topologyKeys", geoLocations); ``` should be...

area/documentation

### System Info Infinity docker image : michaelf34/infinity:0.0.74 Docker compose command and deploy parts ```yaml command: [ "v2", "--model-id","Alibaba-NLP/gte-multilingual-base", "--batch-size","4", "--dtype","float16", "--device","cuda", "--engine","torch", "--port","7997" ] deploy: resources: reservations: devices: -...

## Description After converting the hugging face model "jinaai/jina-embeddings-v3" via djl-convert and patching the missing model type to "xml-roberta" it still barf on the unknown position embedding type. - Rust...

enhancement

generation failed on a large note. error message on the Ollama side : Oct 06 16:43:46 VM-NAME ollama[2130346]: time=2025-10-06T16:43:46.511Z level=WARN source=runner.go:127 msg="truncating input prompt" limit=4096 prompt=6806 keep=5 new=4096 seems the...