[C++] Class attributes missing #197
Unanswered
Imperius99
asked this question in
Q&A
Replies: 1 comment
-
|
@Imperius99 please try the latest version of code-graph-rag. If it still fails, can you please create an Issue with your toy example? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I made a short example program in C++ to try out this cool repository. One example class I made was class Human, which includes a string name and an int age. Upon looking at the exported data in Memgraph, I noticed that these are missing. I also noticed that a relationship such as "HAS_ATTRIBUTE" or similar is not listed in the relationships list in the README.
I just wanted to ask if this is expected, or is it a feature still being developed?
Beta Was this translation helpful? Give feedback.
All reactions