Skip to content

Releases: googleapis/langchain-google-spanner-python

v0.8.2

14 Mar 15:50
81ecd35
Compare
Choose a tag to compare

0.8.2 (2025-03-12)

Bug Fixes

  • graph: Minor tweek to the prompts (#158) (35a6342)
  • Handle unspecified column_configs for KNN (#157) (2109892)

Documentation

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

v0.8.1

21 Feb 00:01
1f7d444
Compare
Choose a tag to compare

0.8.1 (2025-02-20)

Bug Fixes

v0.8.0

10 Feb 18:40
3872af1
Compare
Choose a tag to compare

0.8.0 (2025-02-07)

Features

  • graph: Flexible Schema Extension to SpannerGraphStore (#125) (44db678)
  • Implement Approximate Nearest Neighbor support for DDL (CREATE TABLE, CREATE VECTOR INDEX) (#124) (5a25f91)
  • samples: Provide guide for ANN vector store end-to-end usage in Jupyter Notebook (#139) (f78b9ee), closes #94

Bug Fixes

  • Make ANN algorithm updates based off usage + testing (#140) (524678b)
  • testing+linting: Add nox lint+format directives (#123) (b10dc28)

v0.7.0

29 Jan 22:39
e3ed5c3
Compare
Choose a tag to compare

0.7.0 (2025-01-29)

Features

  • graph: Add Custom Retrievers for Spanner Graph RAG. (#122) (bf2903a)

⚠ BREAKING CHANGES

  • extract_gql, fix_gql_syntax are now in the graph_utils module(#122) (bf2903a)

v0.6.0

05 Dec 18:24
921d3e5
Compare
Choose a tag to compare

0.6.0 (2024-12-05)

Features

v0.5.0

25 Nov 17:09
28c0add
Compare
Choose a tag to compare

0.5.0 (2024-11-25)

Features

  • graph: Add Spanner Graph support to LangChain GraphStore interface (#104) (98c2f8f)

v0.4.1

04 Oct 23:11
10856a5
Compare
Choose a tag to compare

0.4.1 (2024-10-04)

Bug Fixes

  • Adding support to initialize with empty metadata columns (#99) (3a8367c)

v0.4.0

24 Sep 23:27
936ef1c
Compare
Choose a tag to compare

0.4.0 (2024-09-24)

Features

Bug Fixes

  • Use Spanner's UPSERT over INSERT (#90) (2637e2d)

Documentation

v0.3.0

07 May 17:22
115d09d
Compare
Choose a tag to compare

0.3.0 (2024-05-06)

Features

  • ci: Test against multiple versions (#45) (1e9c1a1)

Bug Fixes

Documentation

v0.2.1

06 Mar 22:41
e886f75
Compare
Choose a tag to compare

0.2.1 (2024-03-06)

Bug Fixes

Documentation