Giter Site home page Giter Site logo

Comments (2)

wey-gu avatar wey-gu commented on June 3, 2024

I think underneath it's calling

SHOW TAGS
SHOW EDGES

And then to call

SHOW TAG <FOO_TAG>;
SHOW TAG <BAR_TAG>;
SHOW EDGE <A_EDGE_TYPE>;
SHOW EDGE <B_EDGE_TYPE>;

And put schema info into one object?

If that's the case, I implemented similar functions here as a reference:

https://github.com/jerryjliu/llama_index/blob/f8c07e8eeb52cc774d9a6334effcbe4c132daef5/llama_index/graph_stores/nebulagraph.py#L596

@CorvusYe

from ngbatis.

shbone avatar shbone commented on June 3, 2024

That sounds useful! I will have a try to achieve the show the meta-structure of the graph
maybe the output of it will be a map structure like
space:test
tag :[tagA,tagB,...]
edge: [ edgeA,edgeB,...]
tagIndex:[tagIndexA,tagIndexB,...]
edgeIndex:[edgeIndexA,edgeIndexB]
...
reference to this function
https://github.com/run-llama/llama_index/blob/f8c07e8eeb52cc774d9a6334effcbe4c132daef5/llama_index/graph_stores/nebulagraph.py#L596-L660

I think underneath it's calling

SHOW TAGS
SHOW EDGES

And then to call

SHOW TAG <FOO_TAG>;
SHOW TAG <BAR_TAG>;
SHOW EDGE <A_EDGE_TYPE>;
SHOW EDGE <B_EDGE_TYPE>;

And put schema info into one object?

If that's the case, I implemented similar functions here as a reference:

https://github.com/jerryjliu/llama_index/blob/f8c07e8eeb52cc774d9a6334effcbe4c132daef5/llama_index/graph_stores/nebulagraph.py#L596

@CorvusYe

from ngbatis.

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.