-
Notifications
You must be signed in to change notification settings - Fork 18
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
feat(samples): Provide an end to end notebook for graphrag using custom retrievers #159
feat(samples): Provide an end to end notebook for graphrag using custom retrievers #159
Conversation
…ollision for tests running parallely from different python environments
docs/graph_rag.ipynb
Outdated
"outputId": "c0e27ce9-6911-4561-d7dc-390462e89463" | ||
}, | ||
"execution_count": 2, | ||
"outputs": [ |
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.
Remove outputs
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.
Good catch. Removed
"!gcloud config set project {PROJECT_ID}\n", | ||
"%env GOOGLE_CLOUD_PROJECT={PROJECT_ID}" | ||
], | ||
"metadata": { |
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.
This section has a nicer view when "cellView": "form"
is added to metadata
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.
Added
docs/graph_rag.ipynb
Outdated
{ | ||
"cell_type": "code", | ||
"source": [ | ||
"# # Automatically restart kernel after installs so that your environment can access the new packages\n", |
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.
"# # Automatically restart kernel after installs so that your environment can access the new packages\n", | |
"# Automatically restart kernel after installs so that your environment can access the new packages\n", |
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.
Done
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #<issue_number_goes_here> 🦕