-
Notifications
You must be signed in to change notification settings - Fork 21
Comparing changes
Open a pull request
base repository: googleapis/langchain-google-spanner-python
base: v0.8.1
head repository: googleapis/langchain-google-spanner-python
compare: v0.8.2
- 5 commits
- 7 files changed
- 6 contributors
Commits on Mar 10, 2025
-
fix: handle unspecified column_configs for KNN (#157)
* fix: handle unspecified column_configs for KNN Fixes a bug in which we tried to find the embedding columns. The prior integration tests for KNN all had certain fields filled in and hence couldn't catch this case. Thanks to the offline report from Amarnath Mullick. * embedding_service is only available in SpannerVectorStore constructor
Configuration menu - View commit details
-
Copy full SHA for 2109892 - Browse repository at this point
Copy the full SHA 2109892View commit details
Commits on Mar 11, 2025
-
fix(graph): Minor tweek to the prompts (#158)
Co-authored-by: Averi Kitsch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 35a6342 - Browse repository at this point
Copy the full SHA 35a6342View commit details -
chore(docs): Minor adjustments to the colab (#161)
1) text-bison is no longer supported, switch to gemini-2.0-flash-001; 2) add allowed node types to restrict the number of different node types; Co-authored-by: Averi Kitsch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aee9c92 - Browse repository at this point
Copy the full SHA aee9c92View commit details
Commits on Mar 12, 2025
-
docs(samples): Provide an end to end notebook for graphrag using cust…
…om retrievers (#159) * Add Spanner Graph QA Chain * Formatted notebook. Added copyright message to prompts file. * Add missing imports for random graph name * Make input table name randomized in integration tests to avoid name collision for tests running parallely from different python environments * Provide timeout to graph cleanup * Make default timeout of 300 secs for ddl application * Increase timeout of integration test * Change integration test timeout * Minor formatting fixes * Make the ddl operations test fixture scoped for the module * Addressed review comments * Addressed a few other review comments. * Remove unused function * fix type check errors * Addressed review comments * Addressed review comments * Clear default project id from notebook * Add import statement for SpanerGraphQAChain to notebook * Add retrievers for Spanner Graph RAG * Add licence headers * Fix DATABASE name key * Fix lint error on import ordering * Fix lint errors * Few minor changes to the SpannerGraphNodeVectorRetriever * Fix lint error * Add an option to expand context graph by hops * Fix lint error * Addressed review comments * Remove expansion query options * Add backticks to property names * Change copyright year * Address review comments * Rename the retrievers. Merge the semantic retriever with the gql retriever. * Fixed lint errors * Change vertex ai versionto latest * Fix lint errors * Add documentation. Fixes the case where expands_by_hops is 0 * Add unit test for expand_by_hops=0 * Fix formatting for documentation * Addressed review comments * minor change * Minor change * Unpin langchain-google-spanner library * Addressed review comments --------- Co-authored-by: Amarnath Mullick <[email protected]> Co-authored-by: Averi Kitsch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7ff3620 - Browse repository at this point
Copy the full SHA 7ff3620View commit details
Commits on Mar 14, 2025
-
chore(main): release 0.8.2 (#160)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 81ecd35 - Browse repository at this point
Copy the full SHA 81ecd35View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.8.1...v0.8.2