-
## Description
Repeatedly matching a type and inserting it fails to duplicate the entities if the query contains unrelated concepts
## Environment
1. OS (where Grakn server runs): Mac OS 10
…
-
Please replace every line in curly brackets { like this } with appropriate answers, and remove this line.
## Description
Adapted the Graql, there was no Console code example so maybe I guessed i…
-
Has the GRAKN team ever thought to implement natural language to graql via machine learning models and datasets similar to https://github.com/salesforce/WikiSQL and other efforts using [SQL ](https://…
-
This is a summary issue that keeps track of the work involved for implementing the BDD test suite for GraknClient.jl (for background, see issue #22). Note that ExecutableSpecifications.jl needs to be …
-
_This issue was originally posted by @jmsfltchr on 2018-05-29 20:46_.
It's unlikely TypeQL will be considered mainstream enough, since the criteria is for a language to be used in hundreds of repo…
-
## Description
The transaction is closed on any exception, runtime or otherwise.
## Environment
1. OS (where Grakn server runs): Mac OS 10.4.16
2. Grakn version (and platform): Grakn Core 1.5.…
-
_This issue was migrated from https://github.com/vaticle/typedb-studio/issues/260_
## Problem to Solve
In the https://dev.grakn.ai/docs/general/quickstart doc, schema.gql is too generic, call it…
-
## Description
When running match queries using the parallel mode (eg. using `Producer`s), we should be seeing significant performance improvements compared to synchronous, single-threaded traversals…
-
## Problem to Solve
It's been requested multiple times the possibility of defining a default value for attributes, e.g.:
```
define
company-type sub attribute,
datatype string;
comp…
-
Are there any plans to add SSE?