Skip to content
#

knowledge-base

Here are 265 public repositories matching this topic...

neomatrix369
neomatrix369 commented Jan 30, 2020

Problem to Solve

At the moment Grakn user of the Docker container may not know how to capture logs from inside a running docker container - especially important when the run has failed.

Current Workaround

There may not be a clean one, but in a case, we could log into the docker container:

$ docker exec -it [container id] /bin/bash
$ cd /path/to/logs
$ [some how upload via 
linas
linas commented Apr 26, 2020

The AtomTable uses a mutex to guard access to the TypeIndex. This mutex could be mostly avoided by using a concurrent hash map. The one described here: https://preshing.com/20160201/new-concurrent-hash-maps-for-cpp/ seems like a good choice. implementing this requires

  • Copying the concurrent hash map source to cog-utils
  • Modifying TypeIndex to use it.
  • Removing the mutex lock in `AtomT
antonyscerri
antonyscerri commented Sep 21, 2018

I noticed whilst tweaking some code that there is a typo in one of two places. I suspect it's the notebook jack/notebooks/model_training.ipynb there is a call to load_embeddings but it passes in type='glove' however the respective function uses "typ" for the second parameter (which i assume is deliberate to avoid conflicting with Python's type class).

neomatrix369
neomatrix369 commented Jan 30, 2020

Problem to Solve

In the https://dev.grakn.ai/docs/general/quickstart doc, schema.gql is too generic, call it friendship-schema.gql, or something more descriptive - maybe grakn-friendship-schema.gpl! They will be downloading more such schemas in the future, from your site and elsewhere, let them not be lost in their download folder.

Question: Feel free to study the content of social-networ

dferber90
dferber90 commented Jan 8, 2020

Converting this starter to a Gatsby theme would have some advantages:

  • updates and bug-fixes are distributed to consumers automatically
  • less setup needs to be done by users

On the other hand, it would make customization a bit harder. People need to customize it a lot could use the starter instead.

To convert this starter to a theme, we'd at least need to:

  • deal with the logo
  • offer

Improve this page

Add a description, image, and links to the knowledge-base topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the knowledge-base topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.