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: 36ea595
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: f6d4e07
Choose a head ref
  • 14 commits
  • 37 files changed
  • 5 contributors

Commits on Feb 20, 2025

  1. docs: fix PGVector import examples (#123)

    Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
    JonZeolla and eyurtsev authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    324c1d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2025

  1. docs: update the readme to note Google provided integrations (#173)

    Update the repo README to note Google provided integrations
    dishaprakash authored Mar 23, 2025
    Configuration menu
    Copy the full SHA
    be2fc47 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2025

  1. fix: Add setter for Chat Message History messages (#174)

    Fixes mypy error:
    langchain_postgres/chat_message_histories.py:344: error: Cannot override
    writeable attribute with read-only property [override] Found 1 error in
    1 file (checked 37 source files)
    
    ---------
    
    Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
    averikitsch and eyurtsev authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    2883be6 View commit details
    Browse the repository at this point in the history
  2. feat: Add the PGVectorStore (#175)

    This PR includes
    * New PGVectorStore classes (in namespace v2)
    * Migration module and guide
    * Deprecation warning for PGVector
    * Updated documentation
    
    ---------
    
    Co-authored-by: dishaprakash <57954147+dishaprakash@users.noreply.github.com>
    averikitsch and dishaprakash authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    b1c9819 View commit details
    Browse the repository at this point in the history
  3. Removed the definition of the duplicate index on the id column and re… (

    #167)
    
    Removed the definition of the duplicate index on the id column and
    removed the column attributes that do not match what PostgreSQL uses for
    a primary key. A primary key always has an index and is always not
    nullable.
    
    Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
    jim-mlodgenski and eyurtsev authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    1f1f03f View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. docs: refactor the readme (#176)

    I've decided to keep the Google Cloud Integrations section at the
    bottom. I will send separate PRs for the migration script and quickstart
    update.
    averikitsch authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    fbcbef7 View commit details
    Browse the repository at this point in the history
  2. docs: update PGVectorStore quickstart (#177)

    Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
    averikitsch and eyurtsev authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    22f4f47 View commit details
    Browse the repository at this point in the history
  3. chore: Update PGVectorstore quickstart (#183)

    chore: Update PGVectorstore quickstart
    
    Changes:
    - The instances where the variable `engine` is being used instead of
    `pg_engine`
    - Added Cohere embedding model along with the right vector size for the
    model
    - Change to use `embedding` parameter instead of `embedding_service` in
    vectorstore.afrom_documents
    
    Fixes #180
    
    ---------
    
    Co-authored-by: Averi Kitsch <akitsch@google.com>
    dishaprakash and averikitsch authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    1eb9ddb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01ee285 View commit details
    Browse the repository at this point in the history
  5. Update README.md (#184)

    eyurtsev authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    2b37808 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. Configuration menu
    Copy the full SHA
    a220599 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50b567b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    596ac5f View commit details
    Browse the repository at this point in the history
  4. release 0.0.14rc1 (#188)

    eyurtsev authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    f6d4e07 View commit details
    Browse the repository at this point in the history
Loading