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

feat(samples): Provide an end to end notebook for graphrag using custom retrievers #159

Merged
merged 51 commits into from
Mar 12, 2025
Merged
Changes from 49 commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
80b6f19
Add Spanner Graph QA Chain
Nov 26, 2024
d8e6640
Formatted notebook. Added copyright message to prompts file.
Nov 27, 2024
7a27522
Add missing imports for random graph name
Nov 27, 2024
e0bbdf1
Make input table name randomized in integration tests to avoid name c…
Nov 28, 2024
7f578bc
Provide timeout to graph cleanup
Dec 2, 2024
3650d89
Make default timeout of 300 secs for ddl application
Dec 3, 2024
63b3508
Increase timeout of integration test
Dec 3, 2024
b9f718c
Change integration test timeout
Dec 3, 2024
95768fc
Minor formatting fixes
Dec 3, 2024
638cdeb
Make the ddl operations test fixture scoped for the module
Dec 3, 2024
88aa4c1
Addressed review comments
Dec 4, 2024
a211728
Addressed a few other review comments.
Dec 4, 2024
80338fc
Remove unused function
Dec 4, 2024
c8799ea
fix type check errors
Dec 4, 2024
0d358aa
Addressed review comments
Dec 4, 2024
340eadc
Addressed review comments
Dec 5, 2024
1439f04
Clear default project id from notebook
Dec 5, 2024
449ec35
Merge branch 'main' into graphqachain
amullick-git Dec 5, 2024
06d0489
Add import statement for SpanerGraphQAChain to notebook
Dec 5, 2024
81a35e3
Merge branch 'graphqachain' of https://github.com/amullick-git/langch…
Dec 5, 2024
a086ff6
Add retrievers for Spanner Graph RAG
Dec 12, 2024
1ae9fec
Add licence headers
Dec 12, 2024
704ed32
Fix DATABASE name key
Dec 12, 2024
11f674e
Fix lint error on import ordering
Dec 12, 2024
1daf9e6
Fix lint errors
Dec 13, 2024
c46ee65
Few minor changes to the SpannerGraphNodeVectorRetriever
Dec 16, 2024
67d9c5e
Fix lint error
Dec 16, 2024
b3e4e3c
Add an option to expand context graph by hops
Dec 18, 2024
f8db780
Fix lint error
Dec 18, 2024
c0fdd69
Addressed review comments
Dec 20, 2024
17dba7f
Remove expansion query options
Dec 20, 2024
ebe0b86
Add backticks to property names
Jan 4, 2025
eb30c87
Change copyright year
Jan 6, 2025
441fa51
Address review comments
Jan 8, 2025
91421fa
Rename the retrievers. Merge the semantic retriever with the gql retr…
Jan 18, 2025
3d9b6f6
Fixed lint errors
Jan 18, 2025
dc4f993
Merge branch 'main' into graphqachain
amullick-git Jan 18, 2025
2a3b63e
Change vertex ai versionto latest
Jan 22, 2025
d6e3173
Merge branch 'graphqachain' of https://github.com/amullick-git/langch…
Jan 22, 2025
577f511
Fix lint errors
Jan 22, 2025
82d427a
Add documentation. Fixes the case where expands_by_hops is 0
Jan 24, 2025
685d1f1
Add unit test for expand_by_hops=0
Jan 24, 2025
1aeb21c
Fix formatting for documentation
Jan 24, 2025
905cf65
Addressed review comments
Jan 25, 2025
946a65d
minor change
Mar 8, 2025
1d9ead8
Minor change
Mar 8, 2025
23ff02e
merge
Mar 8, 2025
9129091
Unpin langchain-google-spanner library
Mar 8, 2025
6e53e2f
Merge branch 'main' into feature/graphrag_blog
averikitsch Mar 11, 2025
44d7098
Addressed review comments
Mar 12, 2025
43fa70c
Merge
Mar 12, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading