mirror of
https://github.com/langchain-ai/langchain-postgres.git
synced 2026-07-16 01:33:18 -04:00
[PR #255] [MERGED] fix: Normalize results in wighted sum ranking #263
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/langchain-postgres/pull/255
Author: @dishaprakash
Created: 10/1/2025
Status: ✅ Merged
Merged: 10/8/2025
Merged by: @dishaprakash
Base:
main← Head:weight-sum-fix📝 Commits (9)
01db41afix: Normalize results in wighted sum rankingd6b3be7Additional changes9805689linter fixesf3d185calter testsa94421ffix lint8ddce55fix tests50ff4b8fix lintd6f101bMerge branch 'main' into weight-sum-fix4db7af3resolve merge conflict issue📊 Changes
3 files changed (+164 additions, -70 deletions)
View changed files
📝
langchain_postgres/v2/hybrid_search_config.py(+71 -22)📝
tests/unit_tests/v2/test_async_pg_vectorstore_search.py(+3 -3)📝
tests/unit_tests/v2/test_hybrid_search_config.py(+90 -45)📄 Description
Fixes Major Issue 1 in https://github.com/langchain-ai/langchain-postgres/issues/234
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.