Git Product home page Git Product logo

Comments (10)

prakriti-solankey avatar prakriti-solankey commented on August 10, 2024

@ck1123456 , Requesting you to please share more details

from llm-graph-builder.

ck1123456 avatar ck1123456 commented on August 10, 2024

When I open the front-end page, when I make a connection to Neo4J, I enter the username, URL and password, click on the connection, and it keeps connecting and does not go to the next step
微信图片_20240619145205

from llm-graph-builder.

ck1123456 avatar ck1123456 commented on August 10, 2024

Hello, may I ask if the red box in the picture below is because it is not connected to the backend, how can I connect to the backend?
微信图片_20240620143812

from llm-graph-builder.

prakriti-solankey avatar prakriti-solankey commented on August 10, 2024

May I ask , How are you trying to access the application .
If local : you have to start both frontend and backend server .
Or if you accessing deployed version , then there should be no such concerns.

Hello, may I ask if the red box in the picture below is because it is not connected to the backend, how can I connect to the backend? 微信图片_20240620143812

May I ask , How are you trying to access the application .
If local : you have to start both frontend and backend server .
Or if you accessing deployed version , then there should be no such concerns.

from llm-graph-builder.

ck1123456 avatar ck1123456 commented on August 10, 2024

I started the front-end and back-end with the following command, how can I start it at the same time?

For the frontend:
cd frontend
yarn
yarn run dev
For the backend:
cd backend
python -m venv envName
source envName/bin/activate
pip install -r requirements.txt
uvicorn score:app --reload

from llm-graph-builder.

jexp avatar jexp commented on August 10, 2024

Please follow the instructions here

https://neo4j.com/labs/genai-ecosystem/llm-graph-builder-deployment/

you need to configure the backend url

from llm-graph-builder.

ck1123456 avatar ck1123456 commented on August 10, 2024

Hello, pls the backend run log appears :
INFO: 192.168.140.91:64266 - "GET/HTTP/1.1" 404 Not Found
How to fix it

from llm-graph-builder.

kartikpersistent avatar kartikpersistent commented on August 10, 2024

Hi @ck1123456 there is no / route in the backend you need hit the /health route to test the backend

from llm-graph-builder.

ck1123456 avatar ck1123456 commented on August 10, 2024

What should I do specifically, I didn't find an effective solution after consulting the information, can you tell me more about the teacher

from llm-graph-builder.

jexp avatar jexp commented on August 10, 2024

Did you configure the BACKEN_URL in your frontend?
How do you start the app?

from llm-graph-builder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.