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.7.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.8.0
Choose a head ref
  • 12 commits
  • 25 files changed
  • 9 contributors

Commits on Jul 24, 2024

  1. ci: Add mypy function type check (#130)

    * ci: Add mypy function type check
    
    * fix typing
    
    * fix rebase conflict
    
    * more typing fix
    
    * fix type
    
    * moreeee fix
    
    ---------
    
    Co-authored-by: Averi Kitsch <akitsch@google.com>
    duwenxin99 and averikitsch authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    9745c47 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

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

Commits on Jul 26, 2024

  1. feat: Add tests to reach 90% coverage (#166)

    * feat: Add tests to reach 90% coverage
    
    * replace alloydb occurances
    
    * add more tests
    
    * fix key value error
    
    * add is valid index test
    
    * test
    
    * set test orders
    
    * delete skip python version
    duwenxin99 authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    3938700 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. feat: Remove langchain-community dependency (#172)

    * feat: Remove langchain-community dependency
    
    * isort
    
    * change dependency from langchain to langchain-community
    
    ---------
    
    Co-authored-by: Averi Kitsch <akitsch@google.com>
    duwenxin99 and averikitsch authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    b4f40bb View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. docs: added vector store initialization from documents (#174)

    * feat: added vector store initialization from documents
    
    * nit: fix pr comments
    
    Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
    
    * chore: pr comments
    
    * chore: fix PR comments
    
    ---------
    
    Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
    vishwarajanand and jackwotherspoon authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    eb2eac3 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. docs: Add index choosing guide (#178)

    * docs: Add index choosing guide
    
    * update link
    
    * delete ivf and scann from guide
    duwenxin99 authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e96ffb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f10ae6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1489f81 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. fix: Fix QueryOptions not applied to similarity search bug (#185)

    * fix: Fix QueryOptions not applied to similarity search bug
    
    * syntax
    duwenxin99 authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    e5dca97 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

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

Commits on Sep 4, 2024

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

    Co-authored-by: Mend Renovate <bot@renovateapp.com>
    dishaprakash and renovate-bot authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    40b6e59 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 0.8.0 (#173)

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