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: langchain-ai/langchain-postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.14
Choose a base ref
...
head repository: langchain-ai/langchain-postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: langchain-postgres==0.0.15
Choose a head ref
  • 18 commits
  • 33 files changed
  • 9 contributors

Commits on Apr 10, 2025

  1. docs: partial tutorial rework (#193)

    Tutorial update!
    eyurtsev authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    dbed216 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5566fd8 View commit details
    Browse the repository at this point in the history
  3. Update README.md (#196)

    eyurtsev authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    18b056d View commit details
    Browse the repository at this point in the history
  4. Update README.md (#197)

    eyurtsev authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    9cc1113 View commit details
    Browse the repository at this point in the history
  5. Update README.md (#198)

    eyurtsev authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    fc5a903 View commit details
    Browse the repository at this point in the history
  6. docs: update tutorial (#199)

    current example w/ ID field wasn't working perhaps due to a collision in the metadata fields and the ID column
    eyurtsev authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    02b1fc6 View commit details
    Browse the repository at this point in the history
  7. docs(migration): Add migration script (#178)

    Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
    averikitsch and eyurtsev authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    12a11d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2025

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

Commits on Apr 22, 2025

  1. refactor: Update vectorstore search to support inline embedding (#201)

    refactor: Update vectorstore search to support inline embedding
    
    While using inline embedding functions in the current select sql query,
    due to parameterization, sql throws an error( The parameter has to
    already be in vector datatype).
    This change is to support inline embedding functions.
    dishaprakash authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    4c86319 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2025

  1. chore(docs): Add an Async Explainer doc (#200)

    chore(docs): Add an Async Explainer doc
    
    This async explainer doc explains the benefits of a having duality in
    classes for PGVectorStore.
    
    ---------
    
    Co-authored-by: Averi Kitsch <akitsch@google.com>
    dishaprakash and averikitsch authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    fe8b622 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. Update README.md (#205)

    Fix typo `psycogp3` -> `psycopg3`.
    
    Co-authored-by: Averi Kitsch <akitsch@google.com>
    mecampbellsoup and averikitsch authored May 2, 2025
    Configuration menu
    Copy the full SHA
    d87491b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2025

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

Commits on May 28, 2025

  1. ci: migrate to uv (#212)

    * Update pyproject.toml
    * Add uv.lock
    * Update workflows and actions to use uv
    * Linted a bunch of files
    * Had to add ruff lint ignore rules especially for E501 (long lines) to
    v2 implementation of pgvectorstores -- ideally we can fix those up at
    some point
    * Currently only testing with python 3.12. We should parallelize the
    test when possible, would require handling the postgres service to
    accommodate
    eyurtsev authored May 28, 2025
    Configuration menu
    Copy the full SHA
    194b3bb View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. Configuration menu
    Copy the full SHA
    9f97676 View commit details
    Browse the repository at this point in the history
  2. fix: Add support for a metadata column named id in PGVectorStore (#210)

    Add support for a metadata column named id in PGVectorStore
    
    Fixes an issue that prevented adding a metadata column named id to the
    vector store, due to a conflict with the id parameter in the insert
    query. Users can now successfully include a metadata column with the
    name id.
    
    Co-authored-by: Averi Kitsch <akitsch@google.com>
    dishaprakash and averikitsch authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    b342b29 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. Fixed support for VectorStore search filters with multiple $like/$ili…

    …ke/$in/$nin on same column (#217)
    
    Fixed issue #216. 
    
    Pull request adds a filter test case that was failing and the fix for
    internal function _handle_field_filter.
    The function fix is to add an unique identifier to the column names of
    operator in, nin, like and ilike
    
    ---------
    
    Co-authored-by: AD101\z004nm6m <carlos.martins@siemens-energy.com>
    CXmartins and AD101\z004nm6m authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    23c98be View commit details
    Browse the repository at this point in the history
  2. Remove wrong async (#218)

    fix #215
    
    Co-authored-by: Averi Kitsch <akitsch@google.com>
    zhcn000000 and averikitsch authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    fda4740 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2025

  1. Release 0.0.15 (#221)

    eyurtsev authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    18b1bcd View commit details
    Browse the repository at this point in the history
Loading