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.9
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.10
Choose a head ref
  • 8 commits
  • 8 files changed
  • 4 contributors

Commits on Jul 12, 2024

  1. Implementation of upsert, aupsert, get_by_ids, aget_by_ids (#83)

    * Add support for standard get_by_ids, aget_by_ids
    * Add support for upsert and aupsert
    * Remove add_texts and aadd_texts
    eyurtsev authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    a5d3b25 View commit details
    Browse the repository at this point in the history
  2. Release 0.0.10 (#90)

    * Adds upsert, aupsert, get_by_ids, aget_by_ids
    * Respects `id` field in Document object and returns Documents with ID
    field filled
    eyurtsev authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    8883129 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

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

Commits on Aug 9, 2024

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

Commits on Aug 12, 2024

  1. address issue for mmr calculation (#99)

    I added a fix based on an issue that was addressed on the main
    [langchain-ai:
    max_marginal_relevance_search](https://github.com/langchain-ai/langchain/pull/22271/files)
    code.
    IanQS authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    6d4f6f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. patch: revert unreleased upsert change (#112)

    * this change has not been released yet.
    * add_documents and add_texts can be used instead of the upsert method.
    The semantics for those methods ARE upsert semantics when an ID is
    provided!
    eyurtsev authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    344619e View commit details
    Browse the repository at this point in the history
  2. Update _release.yml (#113)

    efriis authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    838cde3 View commit details
    Browse the repository at this point in the history
  3. Update _release.yml (#114)

    efriis authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7cc4638 View commit details
    Browse the repository at this point in the history
Loading