DvirDukhan
DvirDukhan
this PR introduces the ability to export results into a json file
coordinator returns an empty list `[0]` in case there was an error during shard execution example: ``` 127.0.0.1:6383> _FT.AGGREGATE idx "error:*" (error) Syntax error at offset 5 near error ```...
This PR allows using 'SET' and `REMOVE` operations on node labels. This PR also allows calling `REMOVE` on nodes and edges properties. This PR modifies the resultset statistics struct to...
This PR enables undo log testing as well as fixing memory handling issues (double freeing attribute sets)
DO NOT MERGE!!!! date & time values enabling work in progress
query: ``` 127.0.0.1:6379> graph.query g "MATCH (n)-[r]->(m) UNWIND [n, r, m] AS x SET x:L" (error) _AR_EXP_UpdateEntityIdx: Unable to locate a value with alias r within the record ``` fixed...
This PR adds `-fcommon` to gcc compile flag, to avoid errors on multiple definitions of the same variable. see https://gcc.gnu.org/gcc-10/porting_to.html however, this is just a workaround and we should have...
Take reference from https://github.com/RediSearch/RSCoordinator
courtesy of @koleini, we got a new script for building `tflite` with GPU delegates, so we can enable development and testing of his draft PR ongoing work on branch `update_tflite`...