Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Error fetching graph history #34

Open
Luis-Munu opened this issue Sep 17, 2023 · 2 comments
Open

[BUG] Error fetching graph history #34

Luis-Munu opened this issue Sep 17, 2023 · 2 comments

Comments

@Luis-Munu
Copy link

Luis-Munu commented Sep 17, 2023

Describe the bug
When entering http://localhost:8080 a message appears saying the following statement: "Graph History
Error fetching graph history: Error: Network response was not ok INTERNAL SERVER ERROR". Also the submit button does nothing.

To Reproduce
Steps to reproduce the behavior:

  1. Clone the repository.
  2. Install the requirements.
  3. Prepare the environment by adding your Openai key and changing the name of the env file to .env.
  4. Run main.py.
  5. Enter localhost to see the error.

Expected behavior
A working text input field and Submit button.

Screenshots
If applicable, add screenshots to help explain your problem.
Screenshot

Desktop (please complete the following information):

  • OS: [Windows 10]
  • Browser [Chrome and Firefox]
  • Version [latest]

Additional context
Add any other context about the problem here.

@Luis-Munu
Copy link
Author

Luis-Munu commented Sep 17, 2023

It seems that Neo4j is what provides memory to the tool, hence why adding the credentials fix the issue.

Also the submit button did work but as the text input box had no borders I couldn't see it.

@isamu
Copy link
Collaborator

isamu commented Oct 19, 2023

Please apply for the free plan at https://neo4j.com/ and configure the following settings.

NEO4J_USERNAME=
NEO4J_PASSWORD=
NEO4J_URI=

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants