[PR #99] [MERGED] address issue for mmr calculation #162

Closed
opened 2026-02-16 05:16:49 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langchain-postgres/pull/99
Author: @IanQS
Created: 8/6/2024
Status: Merged
Merged: 8/12/2024
Merged by: @eyurtsev

Base: mainHead: main


📝 Commits (1)

  • b554b3a address issue for mmr calculation

📊 Changes

1 file changed (+2 additions, -4 deletions)

View changed files

📝 langchain_postgres/_utils.py (+2 -4)

📄 Description

I added a fix based on an issue that was addressed on the main langchain-ai: max_marginal_relevance_search code.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langchain-postgres/pull/99 **Author:** [@IanQS](https://github.com/IanQS) **Created:** 8/6/2024 **Status:** ✅ Merged **Merged:** 8/12/2024 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`b554b3a`](https://github.com/langchain-ai/langchain-postgres/commit/b554b3a1b2f1b885f61b3183668c5a9a30b4c1fd) address issue for mmr calculation ### 📊 Changes **1 file changed** (+2 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `langchain_postgres/_utils.py` (+2 -4) </details> ### 📄 Description 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 05:16:49 -05:00
yindo closed this issue 2026-02-16 05:16:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langchain-postgres#162