GithubHelp home page GithubHelp logo

Comments (10)

wey-gu avatar wey-gu commented on May 28, 2024

could you access with studio? Click the studio and follow the get started to see how healthy it is?

Or check via the resources tab.

from nebula.

andysingal avatar andysingal commented on May 28, 2024

from nebula.

wey-gu avatar wey-gu commented on May 28, 2024

now I am getting error space -name : llamaindex does not exist

This means we could access NebulaGraph, but there is no space that we will refer to:

https://gpt-index.readthedocs.io/en/latest/examples/query_engine/knowledge_graph_query_engine.html#prepare-for-nebulagraph

# If not, create it with the following commands from NebulaGraph's console:
# CREATE SPACE llamaindex(vid_type=FIXED_STRING(256), partition_num=1, replica_factor=1);
# :sleep 10;
# USE llamaindex;
# CREATE TAG entity(name string);
# CREATE EDGE relationship(relationship string);
# :sleep 10;
# CREATE TAG INDEX entity_index ON entity(name(256));

This could be done via Studio's console.

from nebula.

andysingal avatar andysingal commented on May 28, 2024

from nebula.

littlebuddha16 avatar littlebuddha16 commented on May 28, 2024

I have changed the host to the machine's IP address, now I get below error message.
"WARNING:nebula3.logger:Connect :9669 failed: socket error connecting to host , port 9669 (('', 9669)): TimeoutError('timed out')"

Any solution to this?

from nebula.

QingZ11 avatar QingZ11 commented on May 28, 2024

I have changed the host to the machine's IP address, now I get below error message. "WARNING:nebula3.logger:Connect :9669 failed: socket error connecting to host , port 9669 (('', 9669)): TimeoutError('timed out')"

Any solution to this?

Your configuration file might have some issues. Could you please post the configurations for meta, graph, and storage?

from nebula.

mpourranjbar avatar mpourranjbar commented on May 28, 2024

I am encountering the same issue where the NebulaGraph Studio container can only connect to the Graphd (NebulaGraph) server when they are both within the same Docker network. Despite the containers being configured with bridge networking and having their ports exposed to the host, they remain inaccessible from outside the Docker network (Terminal or Jupyter notebook)

from nebula.

QingZ11 avatar QingZ11 commented on May 28, 2024

I am encountering the same issue where the NebulaGraph Studio container can only connect to the Graphd (NebulaGraph) server when they are both within the same Docker network. Despite the containers being configured with bridge networking and having their ports exposed to the host, they remain inaccessible from outside the Docker network (Terminal or Jupyter notebook)

If you have two nebula environments installed locally, there might be a situation where both services try to occupy the default graphd port 9669. For example, you might have installed one NebulaGraph instance using Docker and another using the extension.

from nebula.

mpourranjbar avatar mpourranjbar commented on May 28, 2024

Thank you for the quick response. I had two separate Nebula environments installed, and I ensured they didn't interfere with each other. I've removed the Nebula Extension and am now using only the instance installed via the script.

To clarify, on the web interface (127.0.0.1:17001), users are prompted to provide the IP address, username, and password. Connecting to 127.0.0.1:9669 doesn't work, but providing graphd:9669 or 172.18.0.12:9669 (the IP address of the Graphd container) allows successful login.

from nebula.

QingZ11 avatar QingZ11 commented on May 28, 2024

When connecting to NebulaGraph via the nebula-studio Web client, the IP address used for graphd must be the actual IP address, not a local address like 127.0.0.1. This information may be mentioned in NebulaGraph's documentation.

from nebula.

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.