Skip to content
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

Other data : #4

Open
WernerWildenboer opened this issue Jul 18, 2018 · 7 comments
Open

Other data : #4

WernerWildenboer opened this issue Jul 18, 2018 · 7 comments

Comments

@WernerWildenboer
Copy link

I am trying to get this to work on my own personal data ,any advice would be greatly appreciated. I am busy editing the generate_graph to suite my own needs ? Would this be a good place to start ? ( I have all my neo4j data in .csv format )

@davidhughhenrymack
Copy link
Contributor

davidhughhenrymack commented Jul 18, 2018 via email

@WernerWildenboer
Copy link
Author

Question :
QuestionForm( [Customer_ID], "What is {} version?", (lambda s: Pick(s, "version")), "id"),

Cypher :
MATCH (a:Customer)-[b:VERSION]-(c) WHERE a.id = '[Customer_ID]' RETURN c.Name
My own question , that sets up a cypher query based on my neo4j data (or .scv data) ^^

I just find this absolutely amazing , English to cypher ! (just want to thank you guys for setting this up , and the quick response [and patience with a noob])

P.S. Googleing src and tgt text files

@davidhughhenrymack
Copy link
Contributor

davidhughhenrymack commented Jul 19, 2018 via email

@WernerWildenboer
Copy link
Author

python -m gqa.generate --count 200
INFO:main:Generating 200 (G,Q,A) tuples into ./data/gqa-667457b4-07a4-47b2-b879-f42c0cfca37c.yaml
Is there a way to use this to generate my own (G,Q,A) bases on my own data ( my apologies if this question is redundant , or impossible )

@davidhughhenrymack
Copy link
Contributor

davidhughhenrymack commented Jul 19, 2018 via email

@WernerWildenboer
Copy link
Author

WernerWildenboer commented Jul 19, 2018

Hey David thanks for all the help I have it up and running :)
Then my apologies for using this medium to communicate with you , could not find a email on your about page ^^ ( https://www.octavian.ai/about )

Last question : would it be possible for me to create my own type of questions to use apoc time ? for like " experienced between [Date] and [Date]? "

I am busy looking at "QuestionForm(..." is there some sort of tutorial on this haha ?

Trying to understand : "(lambda a,b: Equal(Count(ShortestPath(a, b)),2))" count and ShortestPath

Aaa , I see inside functions

@davidhughhenrymack
Copy link
Contributor

davidhughhenrymack commented Jul 19, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants