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.12
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: v0.0.13
Choose a head ref
  • 11 commits
  • 9 files changed
  • 6 contributors

Commits on Oct 31, 2024

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

Commits on Nov 15, 2024

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

Commits on Dec 10, 2024

  1. Configuration menu
    Copy the full SHA
    bc0e7b5 View commit details
    Browse the repository at this point in the history
  2. bump langchain-tests (#145)

    Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
    ccurme and eyurtsev authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    da110d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    064e5b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. Allow langchain-postgres to work with numpy 2.x (#155)

    This PR allow users to use `langchain-postgres` with `numpy 2.x`
    RyanKung authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    c60874d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c3aebe View commit details
    Browse the repository at this point in the history
  3. Dependencies: Add greenlet package to test dependency group (#161)

    All async tests apparently need it. Otherwise:
    
    ```shell
    pytest -vvv -k test_async_pgvector
    ```
    ```python
    ValueError: the greenlet library is required to use this function. No module named 'greenlet'
    ```
    amotl authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    d8053e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

  1. Dependencies: Update to pgvector <0.4 (#163)

    Co-authored-by: Andreas Motl <andreas.motl@crate.io>
    eyurtsev and amotl authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    3c80a89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36ea595 View commit details
    Browse the repository at this point in the history
Loading