https://github.com/zeionara/graggy
Knowledge graph generation tool for embeddings models evaluation
https://github.com/zeionara/graggy
Last synced: 3 months ago
JSON representation
Knowledge graph generation tool for embeddings models evaluation
- Host: GitHub
- URL: https://github.com/zeionara/graggy
- Owner: zeionara
- Created: 2022-03-28T20:42:49.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-01T18:46:23.000Z (almost 3 years ago)
- Last Synced: 2025-01-02T07:46:21.830Z (5 months ago)
- Language: TypeScript
- Size: 1.16 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
# graggy
Graph generation tool, which allows to visually design a graph dataset for testing knowledge embedding models and graph algorithms, and then automatically augment it.
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your unit tests
```
npm run test:unit
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).## Possible problems and solutions
Use the following command
```
sudo sysctl -w fs.inotify.max_user_watches=100000
```To eliminate the error `System limit for number of file watchers reached`