GraphGPT
GraphGPT copied to clipboard
Extrapolating knowledge graphs from unstructured text using GPT-3 🕵️♂️
Hello, I installed everything, and the UI in the browser opens as expected. However, when I type my prompt and click 'Generate' nothing seems to happen. I've tried in different...
I get this when I try to start the app and reinstalling "debug" doesn't fix it. node:internal/modules/cjs/loader:361 throw err; ^ Error: Cannot find module '/GraphGPT/node_modules/finalhandler/node_modules/debug/src/index.js'. Please verify that the package.json...
Hi, following your setup instructions, when i run the command `npm run start` i get the following error: ``` > [email protected] start /mnt/c/Users/ldelmonte/Desktop/GraphGPT > react-scripts start /mnt/c/Users/ldelmonte/Desktop/GraphGPT/node_modules/eslint-webpack-plugin/node_modules/jest-worker/build/index.js:110 _ending; ^ SyntaxError:...
Allows .gitignore to ignore API Key Prevents accidental upload of credentials
Hello! I encountered an odd response. When troubleshooting the js I get this error message, "You exceeded your current quota, please check your plan and billing details." I have updated...
Hello, is there a way to modify the results to make it more accurate after generating the results? And while the demonstration is great, is there video of more advanced...
This PR adds an error text when the API returns an error, or when the model returns something that is not JSON parseable. Usually, the model will explain why it...
Hi, many thanks for ChatGPT. Is there any way of saving the generated graphs into a serialization format? (e.g. RDF Turtle, JSON-LD, others?). I could not find anything in the...
A major issue in the initial GraphGPT project is that the entire state of the graph is updated by the LLM. Even though this fine for an initial prototype, this...