mindgraph
mindgraph copied to clipboard
proof of concept prototype for generating and querying against an ever-expanding knowledge graph with ai
Terminal output: Deleting Event with id 3 127.0.0.1 - - [18/Mar/2024 11:37:06] "DELETE /Event/3 HTTP/1.1" 404 -
C:\Users\Administrator\Documents\GitHub\mindgraph>python main.py Traceback (most recent call last): File "C:\Users\Administrator\Documents\GitHub\mindgraph\main.py", line 1, in from app import create_app File "C:\Users\Administrator\Documents\GitHub\mindgraph\app\__init__.py", line 23, in from .integrations.database import CurrentDBIntegration File "C:\Users\Administrator\Documents\GitHub\mindgraph\app\integrations\database\__init__.py", line 4, in...
Press CTRL+C to quit 127.0.0.1 - - [21/Mar/2024 19:12:00] "GET / HTTP/1.1" 200 - 127.0.0.1 - - [21/Mar/2024 19:12:00] "GET /static/script.js HTTP/1.1" 200 - 127.0.0.1 - - [21/Mar/2024 19:12:00] "GET...
:wave: Just a heads up, when running `poetry install` I was met with an error message that Python 3.11.7 is not allowed by the project although the README lists 3.6...