-
### API
Other
### Description
A common use case for graph databases these days (especially in GraphRAG) is to combine vector search with graph traversal to provide more relevant results for a given…
-
https://github.com/FalkorDB/docs/actions/runs/10377400150/job/28731496415#step:5:62
```
Liquid Exception: Liquid syntax error (line 32): Unknown tag 'tabs' in index.md
/usr/local/bundle/gems/liq…
-
Support for Multiple Labels for nodes and edges
### Discussed in https://github.com/kuzudb/kuzu/discussions/3114
with:
@mnsRG
@semihsalihoglu-uw
@prrao87
@hpvd
hpvd updated
7 months ago
-
I’d love to use this software for actual business projects, but unfortunately, neither RSALv2 nor SSPL are viable, so the code is essentially useless since you can’t make a business app using RedisGra…
-
Version: Docker image **redis/redis-stack:6.2.6-v7**
OS: Ubuntu 22.04
API/Driver: Cypher
Hello, the result changes when I change the last match pattern into another one. It is confusing that the …
-
Created by: @HITFAY
Source: https://github.com/RedisGraph/RedisGraph/issues/3114
Version: Docker image **redis/redis-stack:6.2.6-v7**
OS: Ubuntu 22.04
API/Driver: Cypher
Hello, the result changes…
-
-
I'm trying to set up the simplest docker deployment as described in README:
```
> docker run -p 6379:6379 -it --rm falkordb/falkordb:edge
```
...
```
11:M 07 Aug 2024 22:39:10.250 * Enabled…
-
Created by: @Sceat
Source: https://github.com/RedisGraph/RedisGraph/issues/943
I have an array of object with unknown properties, i'd like to insert them as nodes
```js
array = [{ foo: 'bar' }, { a:…
-
Hello, I use the following indexing query: "CREATE VECTOR INDEX FOR ()-[r:FACT]->() ON (r.vector) OPTIONS {dimension:$dim, similarityFunction:$distance}"
With dim being 384 and distance "cosine" or…