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-alloydb-pg-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.0
Choose a base ref
...
head repository: googleapis/langchain-google-alloydb-pg-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.0
Choose a head ref
  • 10 commits
  • 19 files changed
  • 5 contributors

Commits on Mar 19, 2025

  1. feat: Update AlloyDB VectorStore to expected LangChain functionality (#…

    …402)
    
    * chore: Add Langchain standard vectorstore tests. (#356)
    
    * chore: Add Langchain standard vectorstore tests.
    
    * add header to test file
    
    * change header to 2025
    
    * suppress warnings
    
    * chore: support ids in Documents and update insert SQL query to upsert (#361)
    
    * chore: support ids in Documents and update insert SQL query to upsert
    
    * remove pulling id from metadata
    
    * Fix previous vectorstore tests
    
    * Add comment
    
    * feat: Add get_by_ids and aget_by_ids to vectorstore (#364)
    
    * feat: Add get_by_ids and aget_by_ids to vectorstore
    
    * remove embedding column from being fetched
    
    * fix test
    
    * chore: Minor cleanup of vectorstore (#371)
    
    * chore: Minor cleanup of vectorstore 
    
    chore: Minor cleanup of vectorstore 
    
    All the review comments from the [cloud sql pr](googleapis/langchain-google-cloud-sql-pg-python#276) are being propogated here
    
    * Use `list` instead of `List`
    
    * remove unused import
    
    * Add sync test in async vectorstore
    
    * feat: Enable DB-Agnostic metadata filtering in vectorstores (#382)
    
    * feat!: Enable DB-Agnostic metadata filtering in vectorstores
    
    * Add header to util file
    
    * Minor change
    
    * Remove older filter tests
    
    * Change the data path
    
    * Linter fix
    
    * Remove async from func definition
    
    * Add sync test to async class
    
    * Remove table after test
    
    * Add fixture marker
    
    * Test
    
    * debug
    
    * debug
    
    * debug
    
    * debug
    
    * debug
    
    * debug
    
    * debug
    
    * debug
    
    * debug
    
    * debug
    
    * Linter fix
    
    * debug
    
    * debug
    
    * debug
    
    * Make non breaking change by supporting string filter
    
    * add text filter tests
    
    * Unify and/or operator
    
    * minor fix
    
    * minor fix
    
    * debug cloud build
    
    * debug cloud build
    
    * debug cloud build
    
    * debug cloud build
    
    * debug cloud build
    
    * debug cloud build
    
    * debug cloud build
    
    * debug cloud build
    
    * Debug
    
    * Make sure add documents does not alter original documents.
    
    * Minor change
    
    * Minor change
    
    * Review changes
    
    * Update test_vectorstore_search.py
    
    * Add extra test for code coverage
    
    * Add extra negative tests
    dishaprakash authored Mar 19, 2025
    Configuration menu
    Copy the full SHA
    432b77f View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

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

Commits on Mar 26, 2025

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

Commits on Apr 10, 2025

  1. fix: Update JSON conversion method (#405)

    fix: Update JSON conversion method
    dishaprakash authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    9f9154a View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

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

Commits on Apr 24, 2025

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

Commits on Apr 25, 2025

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

Commits on Apr 30, 2025

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

Commits on May 2, 2025

  1. chore(main): release 0.11.0 (#403)

    * chore(main): release 0.11.0
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Averi Kitsch <akitsch@google.com>
    release-please[bot] and averikitsch authored May 2, 2025
    Configuration menu
    Copy the full SHA
    9733c43 View commit details
    Browse the repository at this point in the history
Loading