Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/langchain-google-cloud-sql-pg-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.13.0
Choose a base ref
...
head repository: googleapis/langchain-google-cloud-sql-pg-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.14.0
Choose a head ref
  • 8 commits
  • 17 files changed
  • 6 contributors

Commits on Mar 19, 2025

  1. feat: Update Postgres VectorStore to expected LangChain functionality (

    …#290)
    
    * chore: Add Langchain vectorstore standard suite tests (#272)
    
    * chore: Add Langchain vectorstore standard suite tests
    
    * fix test
    
    * chore: support ids in Documents and update insert SQL query to upsert (#274)
    
    * chore: support ids in Documents and update insert SQL query to upsert
    
    * chore: Add Langchain vectorstore standard suite tests (#272)
    
    * chore: Add Langchain vectorstore standard suite tests
    
    * fix test
    
    * Newline
    
    * remove Newline
    
    * Review changes
    
    * feat: Add get_by_ids and aget_by_ids to vectorstore (#276)
    
    * feat: Add get_by_ids and aget_by_ids to vectorstore
    
    * Review changes
    
    * Add sync test in async vectorstore
    
    * chore: Convert id field in document to str (#278)
    
    chore: Convert id field in document to str
    
    * feat: Enable DB-Agnostic metadata filtering in vectorstores (#289)
    
    * feat: Enable DB-Agnostic metadata filtering in vectorstores
    
    * minor change
    
    * minor change
    
    * minor change
    
    * minor change
    
    * Add negative tests for code coverager
    
    * Add extra tests for code coverage
    dishaprakash authored Mar 19, 2025
    Configuration menu
    Copy the full SHA
    605c31d View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2025

  1. Configuration menu
    Copy the full SHA
    6bfc58c View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. Configuration menu
    Copy the full SHA
    5f051f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

  1. Configuration menu
    Copy the full SHA
    4313ba2 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2025

  1. Configuration menu
    Copy the full SHA
    ac047fe View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

  1. Configuration menu
    Copy the full SHA
    809893e View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2025

  1. chore(deps): update python-nonmajor (#297)

    * chore(deps): update python-nonmajor
    
    * Update pyproject.toml
    
    * Update requirements.txt
    
    * chore: undo connectors version upgrade
    
    * chore: add a new package langgraph-prebuilt
    
    * chore: migrate from langgraph subpackages [checkpoint, prebuilt] to only langgraph
    
    * chore: fix tests
    
    * chore: add type ignore for langchain prebuilt import missing
    
    ---------
    
    Co-authored-by: Averi Kitsch <akitsch@google.com>
    Co-authored-by: Vishwaraj Anand <vishwaraj.anand00@gmail.com>
    Co-authored-by: Vishwaraj Anand <vishwarajanand@google.com>
    4 people authored Apr 29, 2025
    Configuration menu
    Copy the full SHA
    1baecec View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. chore(main): release 0.14.0 (#291)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored May 2, 2025
    Configuration menu
    Copy the full SHA
    9cd623b View commit details
    Browse the repository at this point in the history
Loading