ExtReMLapin

Results 57 issues of ExtReMLapin

Hello, ArcadeDB version : Using yesterday's release (HEAD actually) Following this issue (data is created using this issue) https://github.com/ArcadeData/arcadedb/issues/2908 which makes me create a vector index AFTER nodes are created...

Hello, ArcadeDB version : Using yesterday's release. Two codes to reproduce the issue : ```sqlscript CREATE VERTEX TYPE EmbeddingNode CREATE PROPERTY EmbeddingNode.vector ARRAY_OF_FLOATS CREATE INDEX ON EmbeddingNode (vector) LSM_VECTOR METADATA...

Following this issue : https://github.com/ArcadeData/arcadedb/issues/2909 > REBUILD INDEX `EmbeddingNode2[vector]` and then running `SELECT vectorNeighbors('EmbeddingNode2[vector]', [0.0, 0.0, 0.0, 0.0], 10)` errors : `Query vector dimension 4 does not match index dimension...

Hello, Tested on version 25.5.1, will test on latest release but I don't see anything related to this in the changelogs. Code to reproduce the error : ```cypher MATCH (n:CHUNK)...

Hello, on release `25.5.1` We're trying to port some of our code from Cypher to SQLSCRIPT. I have the following code that works when sent thru REST API : ```sqlscript...

Hello, Using build [25.5.1](https://github.com/ArcadeData/arcadedb/releases/tag/25.5.1) Cypher query : ```cypher MATCH (n:Person) WHERE ALL(k IN keys($props) WHERE n[k] = $props[k]) RETURN n ``` Returns a Java error : ```txt Unsupported value expression:...

Hello, Please embed Newtonsoft.Json with the builds Could not start the app, only windows event viewer allowed me to find the cause : Application: UAssetGUI.exe CoreCLR Version: 8.0.1725.26602 .NET Version:...