-
Notifications
You must be signed in to change notification settings - Fork 395
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
RE: Running llm-graph-builder / Documentation / Debugging #842
Comments
Hi @stevexm can you share the error message that you are getting while processing the file |
Hi Kartikpersistent: thank you for your help and many apologies for my delay in replying. Time has gotten away from me on this project. The error message that comes up on the UI when I try generating a graph with Wikipedia source: https://en.wikipedia.org/wiki/Matthew_Sands
The same is true for any Wikipedia pages I try generating a graph for, and for YouTube sources like: https://www.youtube.com/watch?v=KmoCnTuhMEg More specifically, here is a portion of what Docker reports:
Sidenote, everything works just fine when utilizing the Neo4j online demo. Again my apologies for taking so long to get back to you. Kind regards, |
Hi, I am excited about trying out Neo4J's LLM Graph Builder, but need help and/or documentation on running it. I am using a clone of this repo from October 20.
I have set up a free-tier Neo4J Aura account and have connected to a running instance.
I have the LLM Graph Builder running via Docker and the Frontend connects to the Aura instance: neo4j+s://878a3532.databases.neo4j.io:7687
I have everything configured to use OpenAI and Diffbot. API keys are entered etc.
I have successfully uploaded various types of files: Wikipedia pages, YouTube videos, and Stackoverflow (SO) pages.
I started testing with the example SO schema using seven uploaded SO pages. BUT, no matter what I do whenever I try generating a graph the processing fails almost immediately after beginning. This for any kind of LLM model, and set of data I utilize, and whether I set a Graph Schema or not.
Very frustrating, as I must be missing something basic. Everyone else seems to be able to generate graphs by simply uploading files and then hitting "Generate Graph".
I cannot submit any of the alerts as the displayed toast popups show for about a second and then disappear. Looking at the Docker Logs and there are many, many warnings/errors like:
Any advice to share, documentation that I can read, examples I can run without fail?
Thanks in advance, with much appreciation.
Steve
The text was updated successfully, but these errors were encountered: