ExtReMLapin
ExtReMLapin
### Name and Version ``` ./build/bin/llama-server --version ggml_cuda_init: GGML_CUDA_FORCE_MMQ: no ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no ggml_cuda_init: found 3 CUDA devices: Device 0: NVIDIA GeForce RTX 4090, compute capability 8.9, VMM: yes Device...
Hello 👋🏻 , Right now, the query : ```cypher MATCH (doc:DOCUMENT) OPTIONAL MATCH (ner:NER {subtype: 'LOCATION'}) RETURN distinct(ID(doc)) ``` Is currently translated to ```java g.V().as('doc').hasLabel('DOCUMENT').choose(__.V().hasLabel('NER').has('subtype', eq('LOCATION')), __.V().hasLabel('NER').has('subtype', eq('LOCATION')), __.constant(' cypher.null')).select('doc').project('(ID(doc))').by(__.choose(neq('...
ref https://github.com/ArcadeData/arcadedb/issues/1780 No CVE created but it could have been worth it
Hello, On the 14th of april at the office we launched the RC1 of our application. More like a "hands on" were people could connect to the tool and use...
Hello ! When sending 5 queries queued with postgres driver it errors : ```txt mars 25 14:15:28 cfia01 server.sh[255547]: 2025-03-25 14:15:28.130 INFO [ArcadeDBServer] - Postgres plugin started mars 25 14:15:28...
as proposed there : https://github.com/ArcadeData/arcadedb/issues/2058#issuecomment-2718427974 Issue is that is we have at least one user registered it will not try to recreate root because the current contition doesn't allow it...
fixes #2091 (Same query causing an error) fixes https://github.com/ArcadeData/arcadedb/pull/2114#issuecomment-2766543432 fixes #2117
## What does this PR do? When using env variable `arcadedb.server.rootPassword` you can now update root password on each boot and not just on first boot to prevent stdin "listening"...
Hello, Creating a property with `mandatory` fails to correctly detect the property is used in cypher. sample database [GSDFGDG.zip](https://github.com/user-attachments/files/19028005/GSDFGDG.zip) Query to execute : ```CYPHER CREATE (p:EMBEDDING {vector: [-0.00931549072265625, 0.032073974609375, -0.005565643310546875,...
As suggested here : https://github.com/ArcadeData/arcadedb/issues/2058#issuecomment-2718427974 To be able to change the root password on the fly, i use this pr : https://github.com/ArcadeData/arcadedb/pull/2149 And on each boot i remove the root...