-
Notifications
You must be signed in to change notification settings - Fork 20
Comparing changes
Open a pull request
base repository: googleapis/langchain-google-spanner-python
base: v0.8.2
head repository: googleapis/langchain-google-spanner-python
compare: v0.9.0
- 15 commits
- 17 files changed
- 10 contributors
Commits on Mar 16, 2025
-
chore(samples): add more data to notebook (#164)
* add more data to notebook * minor change * fix text in snippets and corresponding responses --------- Co-authored-by: Amarnath Mullick <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 98cddc2 - Browse repository at this point
Copy the full SHA 98cddc2View commit details
Commits on Mar 21, 2025
-
chore(samples): Move inline data to be hosted on githbub repo for gra…
…phrag notebook (#165) * Move inline data to be hosted on githbub repo * Minor change * Add retail data as zip file --------- Co-authored-by: Amarnath Mullick <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a517e6e - Browse repository at this point
Copy the full SHA a517e6eView commit details
Commits on Apr 9, 2025
-
feat: graph_name validation on graph store construction (#162)
* chore: adding graph_name validation on graph store construction * test: add tests for invalid graph name * chore: format fix --------- Co-authored-by: rahul2393 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c753a74 - Browse repository at this point
Copy the full SHA c753a74View commit details
Commits on Apr 15, 2025
-
fix(graph): Fix Issue 156 (#167)
* Check if verified_gql is generated * Fixed typo --------- Co-authored-by: Amarnath Mullick <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9940b86 - Browse repository at this point
Copy the full SHA 9940b86View commit details
Commits on May 13, 2025
-
feat(graph): Handle cases when a single table is multiplexed by multi… (
#169) * feat(graph): Handle cases when a single table is multiplexed by multiple element definitions 1) Allow the same table used to define multiple node/edge definitions; For example, ``` ShareHolding AS PersonOwnsCompany SOURCE Person DESTINATION Company, ShareHolding AS ComanyOwnsCompany SOURCE Company DESTINATION Company, ``` 2) Allow graph schema to reference TOKENLIST-typed properties (by ignoring them) This is a blocker if a customer manually add search index to a property and want to use it using graph query language. * Adjust the schema representation to be more explicit * Address comments
Configuration menu - View commit details
-
Copy full SHA for f99c115 - Browse repository at this point
Copy the full SHA f99c115View commit details -
docs: correct spelling of Spanner in README.rst (#179)
Co-authored-by: Averi Kitsch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a32aade - Browse repository at this point
Copy the full SHA a32aadeView commit details
Commits on Jun 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e03b316 - Browse repository at this point
Copy the full SHA e03b316View commit details
Commits on Jul 21, 2025
-
chore(tests): fix many mainline test issues (#190)
* chore(tests): fix many mainline test issues 1) test_spanner_vector_store's dependency on HNLoader fails - use a different loader 2) test_spanner_vector_store's add_document failed with PK size exceeded (this is due to 1, the loader now returns slightly longer content) - use a different url 3) test_spanner_loader doesn't properly clean up the test so that now testing database has too many tables - add cleanup for these tests * Fix cleanup code * Switch to new test databases The old databases are extremely slow due to too many schema objects Also verified pytest test/integrations/ properly cleaned up upon test completion
Configuration menu - View commit details
-
Copy full SHA for 67b3950 - Browse repository at this point
Copy the full SHA 67b3950View commit details -
feat(graph): enable setting up the timeout for queries (#178)
Fixes #170 Co-authored-by: Averi Kitsch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c5cf19 - Browse repository at this point
Copy the full SHA 1c5cf19View commit details
Commits on Jul 22, 2025
-
feat(graph): raise InvalidGQLGenerationError with intermediate_steps (#…
…175) Fixes #178 Co-authored-by: Averi Kitsch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 22f2158 - Browse repository at this point
Copy the full SHA 22f2158View commit details -
fix(graph): ensure intermediate_steps always show generated query (#174)
Fixes #173 Co-authored-by: Averi Kitsch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d74f040 - Browse repository at this point
Copy the full SHA d74f040View commit details -
fix(graph): optimize the size of the serialized schema (#182)
Fixes #181 Co-authored-by: Averi Kitsch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 51dba31 - Browse repository at this point
Copy the full SHA 51dba31View commit details
Commits on Jul 23, 2025
-
fix(graph): sorts keys to make serialization determistic (#184)
Fixes #183 Co-authored-by: Averi Kitsch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc156f3 - Browse repository at this point
Copy the full SHA cc156f3View commit details -
chore(deps): update python-nonmajor (#152)
* chore(deps): update python-nonmajor * fix for numpy 2 * Update vector_store.py --------- Co-authored-by: Averi Kitsch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1d9319c - Browse repository at this point
Copy the full SHA 1d9319cView commit details -
chore(main): release 0.9.0 (#166)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Averi Kitsch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6bb86ac - Browse repository at this point
Copy the full SHA 6bb86acView 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.2...v0.9.0