-
Notifications
You must be signed in to change notification settings - Fork 1
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
added code generation example #164
base: main
Are you sure you want to change the base?
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Pull Request Test Coverage Report for Build 13912090509Details
💛 - Coveralls |
packages/graph-rag-example-helpers/src/graph_rag_example_helpers/datasets/astrapy/fetch.py
Show resolved
Hide resolved
packages/graph-rag-example-helpers/src/graph_rag_example_helpers/utils.py
Outdated
Show resolved
Hide resolved
@@ -0,0 +1,817 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An interesting alternative could be telling it to ask questions as needed, such as what kind of authentication to use, etc.
Reply via ReviewNB
@@ -0,0 +1,817 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -0,0 +1,817 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe strengthen the introduction with details from the conclusion -- "We show that using Graph RAG to navigate the documentation produces working code, while vector search on the same documents fails". This is an exciting result, and we should make sure that people understand that early.
Reply via ReviewNB
@@ -0,0 +1,817 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Strengthen the statement here -- this sounds "so-so". But, (a) other techniques *fail to generate usable code* and (b) this *works*.
Instead of "isn't perfect, but it works", "generates working code when the LLM only and standard Vector-based RAG fail".
Reply via ReviewNB
744e553
to
1d0e76f
Compare
No description provided.